From 1346b7acea71a5e763db8dced3edef2c4442a3c3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Jan 2019 02:52:34 +0000 Subject: [PATCH] Update Docker images to v2.7.0 --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2ccc5fe..77a06d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: web: build: . - image: tootsuite/mastodon:v2.4.1 + image: tootsuite/mastodon:v2.7.0 restart: always env_file: .env.production command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000 -b '0.0.0.0'" @@ -55,7 +55,7 @@ services: streaming: #build: . - image: tootsuite/mastodon:v2.4.1 + image: tootsuite/mastodon:v2.7.0 restart: always env_file: .env.production command: yarn start @@ -72,7 +72,7 @@ services: sidekiq: #build: . - image: tootsuite/mastodon:v2.4.1 + image: tootsuite/mastodon:v2.7.0 restart: always env_file: .env.production command: bundle exec sidekiq