Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user