1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00: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

@ -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