fix remaining healthchecks
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
cap_drop:
|
||||
- all
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:4000"]
|
||||
test: ["CMD-SHELL", "nc -z -w 1 localhost 4000 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user