This commit is contained in:
Isaac Shoebottom 2024-06-21 00:04:17 -03:00
parent a427bffe05
commit 8c5f2b7d54

View File

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