diff --git a/docker-compose.yml b/docker-compose.yml index 005a736..1ce73fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -287,16 +287,6 @@ services: - SERVER_COUNTRIES=Switzerland - TZ=Europe/Brussels - IPV6=off - healthcheck: - interval: 1m - timeout: 10s - retries: 3 - start_period: 30s - test: - [ - "CMD-SHELL", - "wget -qO- http://127.0.0.1:9999/health | grep -q 'healthy'", - ] restart: unless-stopped labels: - com.centurylinklabs.watchtower.enable=true