diff --git a/docker-compose.yml b/docker-compose.yml index 68c9990..585f28e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: - ./logs:/app/logs restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8888/config"] + test: ["CMD", "curl", "-f", "http://localhost:8888/api/config"] interval: 30s timeout: 10s retries: 3