Update healthcheck URL in docker-compose.yml

Fix health check port in docker-compose
This commit is contained in:
Christopher "Chief" Najewicz 2026-02-22 12:13:44 -05:00 committed by GitHub
parent eedd21f9aa
commit dfa72ac022
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