Update Servers/Containerization/Docker/Compose/RocketChat.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 13s

This commit is contained in:
2025-07-31 17:26:09 -06:00
parent eb0c652ced
commit 47a4b8e3c6

View File

@@ -49,7 +49,7 @@ services:
image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-5.0}
restart: always
volumes:
- /srv/deeptree/rocket.chat/mongodb:/bitnami/mongodb
- /srv/containers/rocket.chat/mongodb:/bitnami/mongodb
environment:
MONGODB_REPLICA_SET_MODE: primary
MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0}