We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ac686b + 0933369 commit 219d72eCopy full SHA for 219d72e
modules/ROOT/examples/docker-data/docker-compose.yml
@@ -1,10 +1,10 @@
1
---
2
services:
3
neo4j:
4
- image: neo4j:2025-enterprise
+ image: neo4j:2026-enterprise
5
hostname: neo4j
6
container_name: neo4j
7
- # this is to ensure you have the latest 2025.x version of the database
+ # this is to ensure you have the latest 2026.x version of the database
8
pull_policy: always
9
ports:
10
- "7474:7474"
@@ -21,7 +21,6 @@ services:
21
timeout: 10s
22
retries: 5
23
24
-
25
zookeeper:
26
image: confluentinc/cp-zookeeper:7.5.2
27
hostname: zookeeper
0 commit comments