This commit is contained in:
Isaac Shoebottom 2024-06-21 00:02:51 -03:00
parent f50e663057
commit a427bffe05

View File

@ -45,7 +45,7 @@ services:
max-size: "1m"
max-file: "1"
healthcheck:
test: ["CMD", "wget http://localhost:8080 -O /dev/null || exit 1"]
test: ["CMD", "/bin/wget http://localhost:8080 -O /dev/null || exit 1"]
interval: 10s
timeout: 3s
networks: