diff --git a/apps/serverstatus/1.1.4/docker-compose.yml b/apps/serverstatus/1.1.4/docker-compose.yml index 5abfdf37..38c68ad5 100644 --- a/apps/serverstatus/1.1.4/docker-compose.yml +++ b/apps/serverstatus/1.1.4/docker-compose.yml @@ -1,6 +1,6 @@ services: serverstatus: - image: "cppla/serverstatus:1.1.4" + image: "cppla/serverstatus:1.1.5" healthcheck: test: ["CMD-SHELL", "curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'"] interval: 30s