From 8db5728408742c40144e6c4f464a12c18f32b2b9 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 8 Jun 2021 11:16:34 +0200 Subject: [PATCH] Avoid repeat anchors for images See https://git.autonomic.zone/coop-cloud/abra/issues/172. --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 000d5c8..bcca5fb 100644 --- a/compose.yml +++ b/compose.yml @@ -50,7 +50,7 @@ services: hard: -1 web: - image: &image tootsuite/mastodon:v3.3.0 + image: tootsuite/mastodon:v3.3.0 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks - proxy @@ -186,7 +186,7 @@ services: - ALLOW_ACCESS_TO_HIDDEN_SERVICE streaming: - image: *image + image: tootsuite/mastodon:v3.3.0 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -219,7 +219,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: *image + image: tootsuite/mastodon:v3.3.0 secrets: *secrets command: bundle exec sidekiq configs: *configs