From 9c67fd79210fae5b43ac7563f1b96709171f4c28 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Mon, 3 Apr 2023 13:06:25 +0000 Subject: [PATCH] feat: updates to latest --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9bdc763..9982683 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: - LETSENCRYPT_HOST app: restart: always - image: tootsuite/mastodon:v4.0.2 + image: tootsuite/mastodon:v4.1.1 env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' depends_on: @@ -54,7 +54,7 @@ services: - back streaming: restart: always - image: tootsuite/mastodon:v4.0.2 + image: tootsuite/mastodon:v4.1.1 env_file: .env.production command: yarn start depends_on: @@ -64,7 +64,7 @@ services: - back sidekiq: restart: always - image: tootsuite/mastodon:v4.0.2 + image: tootsuite/mastodon:v4.1.1 env_file: .env.production command: bundle exec sidekiq depends_on: -- GitLab