File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
image : neo4j:4.3
36
36
options : >-
37
37
--health-cmd "wget http://localhost:7474 || exit 1"
38
- --health-start-period "30 "
39
- --health-timeout "15 "
38
+ --health-start-period "30s "
39
+ --health-timeout "15s "
40
40
--health-retries "5"
41
41
ports :
42
42
- 7687:7687
Original file line number Diff line number Diff line change 28
28
- 7474:7474
29
29
options : >-
30
30
--health-cmd "wget http://localhost:7474 || exit 1"
31
- --health-start-period "30 "
32
- --health-timeout "15 "
31
+ --health-start-period "30s "
32
+ --health-timeout "15s "
33
33
--health-retries "5"
34
34
35
35
steps :
Original file line number Diff line number Diff line change 27
27
- 7474:7474
28
28
options : >-
29
29
--health-cmd "wget http://localhost:7474 || exit 1"
30
- --health-start-period "30 "
31
- --health-timeout "15 "
30
+ --health-start-period "30s "
31
+ --health-timeout "15s "
32
32
--health-retries "5"
33
33
34
34
steps :
You can’t perform that action at this time.
0 commit comments