diff --git a/compose.yaml b/compose.yaml index 6faf1d9..11485b3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ services: - "nginx_logs:/var/log/nginx:rw" restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost/health"] + test: ["CMD", "curl", "-f", "http://localhost:11451/health"] interval: 5s timeout: 5s retries: 5