1
0
mirror of https://github.com/ArcticFoxes-net/Coturn-Docker-Compose synced 2024-11-17 21:42:10 -05:00

Reduce interval for healthcheck

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-25 17:32:19 -05:00
parent 952608a31a
commit 38312ba26d
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -27,7 +27,7 @@ services:
- "127.0.0.1:6379:6379"
healthcheck:
test: redis-cli ping
interval: 30s
interval: 15s
timeout: 5s
retries: 2
user: "999:1000"