remove listen address 7474 from docker since its default value

This commit is contained in:
Ulf Gebhardt 2023-06-16 15:14:27 +02:00
parent b8e35be104
commit 4397e3b5dd
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -111,7 +111,6 @@ services:
# TODO: This sounds scary for a production environment
- NEO4J_AUTH=none
- NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.*
- NEO4J_dbms_connector_http_listen__address=:7474
- NEO4J_dbms_allow__format__migration=true
- NEO4J_dbms_allow__upgrade=true
# Uncomment following line for Neo4j Enterprise version instead of Community version