mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
edit healthcheck interval
This commit is contained in:
@ -19,7 +19,7 @@ services:
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: echo 'db.runCommand("ping").ok' | mongo mongo:27017/test --quiet
|
||||
interval: 30s
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user