diff --git a/docker-compose.yml b/docker-compose.yml index 7d299b1..73829e7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: labels: - "com.centurylinklabs.watchtower.enable=true" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:7777/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:7777/"] interval: 30s timeout: 10s retries: 3