Skip to content

Commit 1a831fd

Browse files
authored
Merge pull request #4 from RocketChat/use-bitnami-legacy
Use bitnami legacy images
2 parents 5826202 + cd8b274 commit 1a831fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
# start_period: 30s
1515
command: --http_port 8222
1616
nats-exporter:
17-
image: docker.io/bitnami/nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
17+
image: docker.io/natsio/prometheus-nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
1818
depends_on:
1919
- nats
2020
expose:
@@ -24,7 +24,7 @@ services:
2424
- -varz
2525
- "http://nats:8222"
2626
mongodb:
27-
image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-6.0}
27+
image: docker.io/bitnamilegacy/mongodb:${MONGODB_VERSION:-6.0}
2828
restart: always
2929
volumes:
3030
- ${MONGODB_HOST_PATH:-mongodb_data}:/bitnami/mongodb:rw

0 commit comments

Comments
 (0)