update rocketchat

This commit is contained in:
kev 2021-02-01 15:38:31 +08:00
parent 67522791b5
commit 3f7ff2d425
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ VOLUME /app/uploads
# gpg: key 4FD08014: public key "Rocket.Chat Buildmaster <buildmaster@rocket.chat>" imported
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104
ENV RC_VERSION 0.60.4
ENV RC_VERSION 3.10.5
WORKDIR /app

View File

@ -5,4 +5,4 @@ rocketchat:
environment:
- ROOT_URL=http://chat.easypi.pro
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
restart: always
restart: unless-stopped