From 401a20ba87b69f2558c3cbbd54df72dc02ee3f2c Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Sat, 29 Jul 2017 12:34:20 +0100 Subject: [PATCH] Update version --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5355bf1..7d4e6fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - VIRTUAL_HOST app: restart: always - image: gargron/mastodon:v1.2 + image: gargron/mastodon:v1.4.7 env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' depends_on: @@ -47,7 +47,7 @@ services: - back streaming: restart: always - image: gargron/mastodon:v1.2 + image: gargron/mastodon:v1.4.7 env_file: .env.production command: npm run start depends_on: @@ -57,7 +57,7 @@ services: - back sidekiq: restart: always - image: gargron/mastodon:v1.2 + image: gargron/mastodon:v1.4.7 env_file: .env.production command: bundle exec sidekiq -q default -q mailers -q pull -q push depends_on: -- GitLab