Skip to content

Commit 219d72e

Browse files
authored
docs: update neo4j image in quickstart docker-compose.yml
docs: update neo4j image in quickstart docker-compose.yml
2 parents 8ac686b + 0933369 commit 219d72e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/ROOT/examples/docker-data/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
services:
33
neo4j:
4-
image: neo4j:2025-enterprise
4+
image: neo4j:2026-enterprise
55
hostname: neo4j
66
container_name: neo4j
7-
# this is to ensure you have the latest 2025.x version of the database
7+
# this is to ensure you have the latest 2026.x version of the database
88
pull_policy: always
99
ports:
1010
- "7474:7474"
@@ -21,7 +21,6 @@ services:
2121
timeout: 10s
2222
retries: 5
2323

24-
2524
zookeeper:
2625
image: confluentinc/cp-zookeeper:7.5.2
2726
hostname: zookeeper

0 commit comments

Comments
 (0)