Skip to content

Commit c7c95c3

Browse files
chore(deps): update mongo docker tag to v7 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f164f2 commit c7c95c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rocket.chat/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- "traefik.frontend.rule=Host: your.domain.tld"
2424

2525
mongo:
26-
image: mongo:6.0
26+
image: mongo:7.0
2727
restart: unless-stopped
2828
volumes:
2929
- ./data/db:/data/db
@@ -35,7 +35,7 @@ services:
3535
# this container's job is just run the command to initialize the replica set.
3636
# it will run the command and remove himself (it will not stay running)
3737
mongo-init-replica:
38-
image: mongo:6.0
38+
image: mongo:7.0
3939
command: 'mongo mongo/rocketchat --eval "rs.initiate({ _id: ''rs0'', members: [ { _id: 0, host: ''localhost:27017'' } ]})"'
4040
depends_on:
4141
- mongo

0 commit comments

Comments
 (0)