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