RocketChat / Docker.Official.Image

Docker hub - community managed image
291 stars 217 forks source link

update to latest version #194

Open GuShaocheng opened 1 year ago

GuShaocheng commented 1 year ago

Hi,

I am kindly asking how to update RocketChat. It reminds me every time to update. But when I go to the compose.yml file on my Ubuntu server, it is marked as the 'latest' release (see below). So I wonder why it doesn't update after I stop the running container and run docker compose up -d again.

I appreciate your help!

##########compose.yml############ `volumes: mongodb_data: { driver: local }

services: rocketchat: image: registry.rocket.chat/rocketchat/rocket.chat:${RELEASE:-latest} restart: on-failure labels: traefik.enable: "true" traefik.http.routers.rocketchat.rule: Host(${DOMAIN}) traefik.http.routers.rocketchat.tls: "true" traefik.http.routers.rocketchat.entrypoints: https traefik.http.routers.rocketchat.tls.certresolver: le environment: MONGO_URL: "${MONGO_URL:-\ mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ ${MONGODB_DATABASE:-rocketchat}?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" MONGO_OPLOG_URL: "${MONGO_OPLOG_URL:\ -mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ local?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3000}} PORT: ${PORT:-3000} DEPLOY_METHOD: docker DEPLOY_PLATFORM: ${DEPLOY_PLATFORM} depends_on:

im-ecorp commented 10 months ago

Hello to you, I had the same problem as you. What is available now is version 6.3, which is not recommended. I installed version 5.4, and it worked properly. The bug that version 6.4 has is that it gets stuck on the loading page and gives the following errorIMG_20231002_125142_964.png