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 4949 core1 :
5050 image : neo4j:4.4-enterprise
5151 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"
5353 --health-start-period "60s"
5454 --health-interval "30s"
5555 --health-timeout "15s"
7575 core2 :
7676 image : neo4j:4.4-enterprise
7777 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"
7979 --health-start-period "60s"
8080 --health-interval "30s"
8181 --health-timeout "15s"
@@ -101,7 +101,7 @@ jobs:
101101 core3 :
102102 image : neo4j:4.4-enterprise
103103 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"
105105 --health-start-period "60s"
106106 --health-interval "30s"
107107 --health-timeout "15s"
@@ -127,7 +127,7 @@ jobs:
127127 readreplica1 :
128128 image : neo4j:4.4-enterprise
129129 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"
131131 --health-start-period "60s"
132132 --health-interval "30s"
133133 --health-timeout "15s"
You can’t perform that action at this time.
0 commit comments