mirror of
https://github.com/ArcticFoxes-net/Coturn-Docker-Compose
synced 2024-11-18 00:31:34 -05:00
Reduce interval for healthcheck
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
952608a31a
commit
38312ba26d
@ -27,7 +27,7 @@ services:
|
|||||||
- "127.0.0.1:6379:6379"
|
- "127.0.0.1:6379:6379"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: redis-cli ping
|
test: redis-cli ping
|
||||||
interval: 30s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 2
|
retries: 2
|
||||||
user: "999:1000"
|
user: "999:1000"
|
||||||
|
Loading…
Reference in New Issue
Block a user