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