File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
core1 :
50
50
image : neo4j:4.4-enterprise
51
51
options : >-
52
- --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
52
+ --health-cmd "wget -q --method=HEAD http://localhost:7475 || exit 1"
53
53
--health-start-period "60s"
54
54
--health-interval "30s"
55
55
--health-timeout "15s"
75
75
core2 :
76
76
image : neo4j:4.4-enterprise
77
77
options : >-
78
- --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
78
+ --health-cmd "wget -q --method=HEAD http://localhost:7476 || exit 1"
79
79
--health-start-period "60s"
80
80
--health-interval "30s"
81
81
--health-timeout "15s"
@@ -101,7 +101,7 @@ jobs:
101
101
core3 :
102
102
image : neo4j:4.4-enterprise
103
103
options : >-
104
- --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
104
+ --health-cmd "wget -q --method=HEAD http://localhost:7477 || exit 1"
105
105
--health-start-period "60s"
106
106
--health-interval "30s"
107
107
--health-timeout "15s"
@@ -127,7 +127,7 @@ jobs:
127
127
readreplica1 :
128
128
image : neo4j:4.4-enterprise
129
129
options : >-
130
- --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
130
+ --health-cmd "wget -q --method=HEAD http://localhost:7478 || exit 1"
131
131
--health-start-period "60s"
132
132
--health-interval "30s"
133
133
--health-timeout "15s"
You can’t perform that action at this time.
0 commit comments