Update healthcheck URL in docker-compose.yml

Fix health check port in docker-compose
pull/153/head
Christopher "Chief" Najewicz 3 months ago committed by GitHub
parent eedd21f9aa
commit dfa72ac022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save