Skip to content

Commit

Permalink
adjust config to integration with Rocket.Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
badtuxx committed Dec 9, 2017
1 parent 8833466 commit a20d54f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ services:
# If you already has a RocketChat instance running, just comment the code of rocketchat, mongo and mongo-init-replica services bellow
rocketchat:
image: rocketchat/rocket.chat:latest
restart: unless-stopped
volumes:
- rocket_uploads:/app/uploads
environment:
Expand All @@ -87,7 +86,6 @@ services:

mongo:
image: mongo:3.2
restart: unless-stopped
volumes:
- mongodb_data:/data/db
#- ./data/dump:/dump
Expand Down

0 comments on commit a20d54f

Please sign in to comment.