We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f164f2 commit c7c95c3Copy full SHA for c7c95c3
docs/rocket.chat/docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
- "traefik.frontend.rule=Host: your.domain.tld"
24
25
mongo:
26
- image: mongo:6.0
+ image: mongo:7.0
27
restart: unless-stopped
28
volumes:
29
- ./data/db:/data/db
@@ -35,7 +35,7 @@ services:
35
# this container's job is just run the command to initialize the replica set.
36
# it will run the command and remove himself (it will not stay running)
37
mongo-init-replica:
38
39
command: 'mongo mongo/rocketchat --eval "rs.initiate({ _id: ''rs0'', members: [ { _id: 0, host: ''localhost:27017'' } ]})"'
40
depends_on:
41
- mongo
0 commit comments