1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:58:52 +02:00

fix rocketchat-arm

This commit is contained in:
kev 2018-01-29 22:47:05 +08:00
parent 059919c243
commit 13bfbe36a1
3 changed files with 1 additions and 8 deletions

View File

@ -2,14 +2,7 @@ rocketchat:
image: rocket.chat
ports:
- "3000:3000"
links:
- mongo:db
environment:
- ROOT_URL=http://chat.easypi.pro
restart: always
mongo:
image: easypi/mongo-arm
ports:
- "27017:27017"
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
restart: always