diff --git a/docker-compose.yml b/docker-compose.yml index 84aa1ea..0baebc5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - AUTH_USERNAME=12345678 - AUTH_PASSWORD=87654321 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 timeout: 10s retries: 3