Skip to content

Commit f94a415

Browse files
authored
chore: docker-compose-local using old bitnami image (RocketChat#37297)
1 parent d075db2 commit f94a415

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose-local.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,10 @@ services:
146146
- nats
147147

148148
mongo:
149-
image: docker.io/bitnami/mongodb:7.0
149+
image: docker.io/bitnamilegacy/mongodb:7.0.1
150150
restart: on-failure
151+
ports:
152+
- 27017:27017
151153
environment:
152154
MONGODB_REPLICA_SET_MODE: primary
153155
MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0}

0 commit comments

Comments
 (0)