Skip to content

Commit 267f6e4

Browse files
committed
Updated neo4j version
1 parent 3d74760 commit 267f6e4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
cache
55
upload
66
*.log
7+
*.db
8+
.DS_Store
9+
logs/*

docker-compose-with-nginx/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
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

docker-compose/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)