You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8682114feb1b rocketchat/hubot-rocketchat:latest "/bin/sh -c 'node -e…" 7 minutes ago Restarting (1) 57 seconds ago opt_hubot_1
368c7ea41010 registry.rocket.chat/rocketchat/rocket.chat:latest "docker-entrypoint.s…" 7 minutes ago Up 7 minutes 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp opt_rocketchat_1
91b31e9d5b63 mongo:4.0 "docker-entrypoint.s…" 7 minutes ago Up 7 minutes 27017/tcp opt_mongo_1
on a netstat I do not see mongo port listening on 127.0.0.1 ..... could this be the issue?
I have not change anything only where I am supposed to add my domain on the docker compose yaml file.
Hello I am following this official setup https://docs.rocket.chat/installing-and-updating/docker-containers
everything seems ok until I try to go to the url and create an admin account, it will just hang forever and on the nginx logs it says it timedout...
docker ps
on a netstat I do not see mongo port listening on 127.0.0.1 ..... could this be the issue?
I have not change anything only where I am supposed to add my domain on the docker compose yaml file.
[edit]
[edit 2]
The text was updated successfully, but these errors were encountered: