docker-compose.yml
based on our example. OR you can download directly by executing the following command on your terminal.image: registry.rocket.chat/rocketchat/rocket.chat:latest
to specify, which image you wish to use (see section Docker Images Available )ROOT_URL
from the default http://localhost:3000
to match your domain name or IP address as you wishmongo
.mongo-init-replica
that will wait for mongo
to be ready, connect to it, initialize it and terminate itself (mongo
will keep running).rocketchat
, that will also wait for mongo
to be ready, the mongo-init-replica
to initialize, and then run Rocket.Chat.data
subdirectory to mount and store the data.rocketchat
docker image to the latest version, you can use the following commands. Your data should not be affected by this, since it's located in the mongo
image.