Skip to content

Commit 307e3a7

Browse files
committed
upped standard neo4j version to 4.3
1 parent 7a7403c commit 307e3a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
neo4j:
2828
networks:
2929
- neo4j
30-
image: neo4j:4.2-enterprise
30+
image: neo4j:4.3-enterprise
3131
healthcheck:
3232
test: [ "CMD", "neo4j status" ]
3333
interval: 30s
@@ -43,7 +43,7 @@ services:
4343
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
4444
- NEO4J_AUTH=neo4j/test
4545
core1:
46-
image: neo4j:4.2-enterprise
46+
image: neo4j:4.3-enterprise
4747
healthcheck:
4848
test: [ "CMD", "neo4j status" ]
4949
interval: 30s
@@ -71,7 +71,7 @@ services:
7171
- NEO4J_causal__clustering_disable__middleware__logging=false
7272
- NEO4J_dbms_connectors_default__advertised__address=core1
7373
core2:
74-
image: neo4j:4.2-enterprise
74+
image: neo4j:4.3-enterprise
7575
healthcheck:
7676
test: [ "CMD", "neo4j status" ]
7777
interval: 30s
@@ -96,7 +96,7 @@ services:
9696
- NEO4J_dbms_connectors_default__advertised__address=core2
9797

9898
core3:
99-
image: neo4j:4.2-enterprise
99+
image: neo4j:4.3-enterprise
100100
healthcheck:
101101
test: [ "CMD", "neo4j status" ]
102102
interval: 30s
@@ -121,7 +121,7 @@ services:
121121
- NEO4J_dbms_connectors_default__advertised__address=core3
122122

123123
readreplica1:
124-
image: neo4j:4.2-enterprise
124+
image: neo4j:4.3-enterprise
125125
healthcheck:
126126
test: [ "CMD", "neo4j status" ]
127127
interval: 30s

0 commit comments

Comments
 (0)