try?
This commit is contained in:
parent
d8d8c28cdc
commit
f4dd4fcb0d
@ -45,7 +45,7 @@ services:
|
||||
max-size: "1m"
|
||||
max-file: "1"
|
||||
healthcheck:
|
||||
test: ["CMD", "http://localhost:8080 || exit 1"]
|
||||
test: ["CMD", "wget http://localhost:8080 -o /dev/null || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user