1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/rocketchat/arm/docker-compose.yml

9 lines
193 B
YAML
Raw Normal View History

2015-08-26 16:29:37 +00:00
rocketchat:
image: rocket.chat
ports:
- "3000:3000"
environment:
2018-01-29 14:42:56 +00:00
- ROOT_URL=http://chat.easypi.pro
2018-01-29 14:47:05 +00:00
- MONGO_URL=mongodb://mongo.easypi.pro/rocketchat
2021-02-01 07:38:31 +00:00
restart: unless-stopped