Merge pull request #153 from chiefy/patch-1
Update health check URL in docker-compose.yml
This commit is contained in:
commit
f772bf9e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ services:
|
|||
- "host.docker.internal:host-gateway"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8888/" ]
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8008/" ]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue