From 1391fc836f8d85d20d40d1edc5e4eb8fe4f75dcc Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Mon, 19 Feb 2018 17:17:15 +0100 Subject: [PATCH] Update to latest --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c772f1b..e32227e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - VIRTUAL_HOST app: restart: always - image: gargron/mastodon:v2.1.3 + image: gargron/mastodon:v2.2.0 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:v2.1.3 + image: gargron/mastodon:v2.2.0 env_file: .env.production command: npm run start depends_on: @@ -57,7 +57,7 @@ services: - back sidekiq: restart: always - image: gargron/mastodon:v2.1.3 + image: gargron/mastodon:v2.2.0 env_file: .env.production command: bundle exec sidekiq -q default -q mailers -q pull -q push depends_on: -- GitLab