Minor fix to docker-compose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user