summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-01-31 18:16:17 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-01-31 18:16:17 +0100
commitb8a5b3a3db2ef4d67f5fe4cc553c16b5407f8cb3 (patch)
tree5c9a28a48a51512239423e4e8d1e7c91e88c9a84
parentb84182b5ba998890db89eb839195caaae615dda6 (diff)
Change docker-compose.yml to specifically tag v3.3.1 imagesv3.3.1
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 52eea7a74f4..a92b40c2276 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -43,7 +43,7 @@ services:
web:
build: .
- image: tootsuite/mastodon
+ image: tootsuite/mastodon:v3.3.1
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
@@ -63,7 +63,7 @@ services:
streaming:
build: .
- image: tootsuite/mastodon
+ image: tootsuite/mastodon:v3.3.1
restart: always
env_file: .env.production
command: node ./streaming
@@ -80,7 +80,7 @@ services:
sidekiq:
build: .
- image: tootsuite/mastodon
+ image: tootsuite/mastodon:v3.3.1
restart: always
env_file: .env.production
command: bundle exec sidekiq