mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-17 11:56:28 +02:00
update rocketchat
This commit is contained in:
parent
8a6dc500f3
commit
331128083f
@ -4,4 +4,6 @@ mongo:
|
|||||||
container_name: mongo
|
container_name: mongo
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
restart: always
|
restart: always
|
||||||
|
8
rocketchat/README.md
Normal file
8
rocketchat/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Rocket.Chat
|
||||||
|
===========
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Rocket.Chat][1] is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework.
|
||||||
|
|
||||||
|
[1]: https://rocket.chat/
|
@ -12,4 +12,6 @@ mongo:
|
|||||||
image: mongo
|
image: mongo
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user