Update docker-compose.yml

This commit is contained in:
CaasianVale
2025-03-08 04:32:52 +08:00
parent febbe34d66
commit 6d5356a99b

View File

@@ -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