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