chore: `docker-compose-local` using old bitnami image (#37297)

pull/37293/head^2
Kevin Aleman 7 months ago committed by GitHub
parent d075db2be5
commit f94a415c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      docker-compose-local.yml

@ -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…
Cancel
Save