rocket chat

This commit is contained in:
msnie
2025-02-14 12:04:37 +01:00
parent 97d4a539f0
commit 6ba935c760
+1 -1
View File
@@ -123,7 +123,7 @@ services:
# source: /srv/rocket/db
# target: /bitnami/mongodb
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongo db:27017/db --quiet
test: echo 'db.runCommand("ping").ok' | mongo db:27017/mongodb --quiet
interval: 30s
timeout: 10s
retries: 5