update rocketchat

This commit is contained in:
kev 2018-06-06 17:49:07 +08:00
parent 8a6dc500f3
commit 331128083f
3 changed files with 12 additions and 0 deletions

View File

@ -4,4 +4,6 @@ mongo:
container_name: mongo
ports:
- "27017:27017"
volumes:
- ./data:/data/db
restart: always

8
rocketchat/README.md Normal file
View File

@ -0,0 +1,8 @@
Rocket.Chat
===========
![](https://rocket.chat/images/default/logo--dark.svg)
[Rocket.Chat][1] is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework.
[1]: https://rocket.chat/

View File

@ -12,4 +12,6 @@ mongo:
image: mongo
ports:
- "27017:27017"
volumes:
- ./data:/data/db
restart: always