diff --git a/docker-compose.yml b/docker-compose.yml index a63b1b6..3fdd756 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: limits: memory: 512M healthcheck: - test: ["CMD", "wget", "--spider", "http://localhost:80"] + test: ["CMD", "wget", "--no-check-certificate", "--spider", "https://localhost"] interval: 30s timeout: 10s retries: 3