Correct docker-compose.yml

This commit is contained in:
Wolfgang Huß 2020-12-22 16:14:05 +01:00
parent 156d54e3e7
commit 35e9404e8c

View File

@ -57,7 +57,8 @@ services:
environment:
- NEO4J_AUTH=none
- NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.*
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
# decomment following line for Neo4j Enterprice version instead of Community version
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
ports:
- 7687:7687
- 7474:7474