File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
docker-compose-with-nginx Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44cache
55upload
66* .log
7+ * .db
8+ .DS_Store
9+ logs /*
Original file line number Diff line number Diff line change 11services :
22 neo4j :
33 container_name : neo4j
4- # image: neo4j:4.4.14 -enterprise
4+ # image: neo4j:4.4.45 -enterprise
55 image : neo4j:4.4.45
66 volumes :
77 - ./neo4j/certificates:/var/lib/neo4j/certificates
@@ -30,7 +30,7 @@ services:
3030 # - NEO4j_dbms_memory_pagecache_size=20G
3131 # set default neo4j password
3232 - NEO4J_AUTH=neo4j/password
33- # if you use neo4j enterprise
33+ # Accept the Neo4j license agreement for Enterprise Edition
3434 # - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
3535 networks :
3636 - neo4j-network
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ services:
22 neo4j :
33 container_name : neo4j
44 image : neo4j:4.4.45
5+ # image: neo4j:4.4.45-enterprise
56 # Using volumes slows down the container.
67 # volumes:
78 # - ./neo4j/data:/data
@@ -23,6 +24,8 @@ services:
2324 # - NEO4j_dbms_memory_pagecache_size=20G
2425 # set default neo4j password
2526 - NEO4J_AUTH=neo4j/password
27+ # Accept the Neo4j license agreement for Enterprise Edition
28+ # - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
2629 networks :
2730 - neo4j-network
2831
You can’t perform that action at this time.
0 commit comments