diff --git a/docker-compose.yml b/docker-compose.yml index 42f8e12..991662f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: . dockerfile: Dockerfile - image: serverstatus_server + image: cppla/serverstatus:latest healthcheck: test: curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)' interval: 30s