1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-06-05 19:33:25 +02:00

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
+2
View File
@@ -4,4 +4,6 @@ mongo:
container_name: mongo
ports:
- "27017:27017"
volumes:
- ./data:/data/db
restart: always
+8
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/
+2
View File
@@ -12,4 +12,6 @@ mongo:
image: mongo
ports:
- "27017:27017"
volumes:
- ./data:/data/db
restart: always