From 35d087cfcaec8ac7b6ba77e25cfbff8c2bcb60aa Mon Sep 17 00:00:00 2001 From: SingLi <Sing-Li@users.noreply.github.com> Date: Tue, 5 Jan 2016 22:58:16 -0500 Subject: [PATCH] Updated to handle release-by-tag --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7fc1a9f81e0..33a72bd0126 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ mongo: command: mongod --smallfiles --oplogSize 128 rocketchat: - image: rocketchat/rocket.chat:develop + image: rocketchat/rocket.chat:latest # volumes: # - ./uploads:/app/uploads environment: @@ -35,4 +35,4 @@ hubot: - rocketchat:rocketchat # this is used to expose the hubot port for notifications on the host on port 3001, e.g. for hubot-jenkins-notifier ports: - - 3001:8080 \ No newline at end of file + - 3001:8080 -- GitLab