Merge pull request #153 from chiefy/patch-1

Update health check URL in docker-compose.yml
This commit is contained in:
Broque Thomas 2026-02-22 16:01:56 -08:00 committed by GitHub
commit f772bf9e5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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