Skip to content

Commit b7d60ae

Browse files
committed
Upgraded to enterprise edition
1 parent 402ee13 commit b7d60ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
neo4j-42:
3030
networks:
3131
- neo4j
32-
image: neo4j:4.2
32+
image: neo4j:4.2-enterprise
3333
healthcheck:
3434
test: [ "CMD", "neo4j status" ]
3535
interval: 30s
@@ -42,6 +42,7 @@ services:
4242
- "7474:7474"
4343
- "7687:7687"
4444
environment:
45+
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
4546
- NEO4J_AUTH=neo4j/test
4647
core1:
4748
image: neo4j:4.2-enterprise

0 commit comments

Comments
 (0)