mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 09:01:02 +00:00
Update docker-compose.yml
This commit is contained in:
parent
a363dcb1d3
commit
df3f478be9
|
@ -10,7 +10,7 @@ services:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "nc localhost 2368 || exit 1"
|
test: "/usr/bin/nc localhost 2368 || exit 1"
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user