Skip to content

Commit a20d54f

Browse files
committed
adjust config to integration with Rocket.Chat
1 parent 8833466 commit a20d54f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ services:
6969
# If you already has a RocketChat instance running, just comment the code of rocketchat, mongo and mongo-init-replica services bellow
7070
rocketchat:
7171
image: rocketchat/rocket.chat:latest
72-
restart: unless-stopped
7372
volumes:
7473
- rocket_uploads:/app/uploads
7574
environment:
@@ -87,7 +86,6 @@ services:
8786

8887
mongo:
8988
image: mongo:3.2
90-
restart: unless-stopped
9189
volumes:
9290
- mongodb_data:/data/db
9391
#- ./data/dump:/dump

0 commit comments

Comments
 (0)