mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
chore: docker-compose-local using old bitnami image (#37297)
This commit is contained in:
parent
d075db2be5
commit
f94a415c72
@ -146,8 +146,10 @@ services:
|
||||
- nats
|
||||
|
||||
mongo:
|
||||
image: docker.io/bitnami/mongodb:7.0
|
||||
image: docker.io/bitnamilegacy/mongodb:7.0.1
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 27017:27017
|
||||
environment:
|
||||
MONGODB_REPLICA_SET_MODE: primary
|
||||
MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user