Minor fix to docker-compose

This commit is contained in:
2025-05-02 21:06:04 -05:00
parent e1e1d90d73
commit 55f89eb5a8

View File

@@ -33,7 +33,7 @@ services:
- AUTH_USERNAME=12345678 - AUTH_USERNAME=12345678
- AUTH_PASSWORD=87654321 - AUTH_PASSWORD=87654321
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6090/channels?username=65128929&password=34243636"] test: ["CMD", "curl", "-f", "http://localhost:6090/channels?username=12345678&password=87654321"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3