From c193ee94c067b304681402ed1d883c6dda7fc0e5 Mon Sep 17 00:00:00 2001 From: Theenoro Date: Wed, 15 Mar 2023 12:04:23 +0100 Subject: [PATCH] update 4.1 --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f079e27..e4a3a95 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,7 +67,7 @@ services: ipv4_address: '172.20.1.5' website: - image: tootsuite/mastodon:v4.0 + image: tootsuite/mastodon:v4.1 env_file: - application.env - database.env @@ -91,7 +91,7 @@ services: - uploads:/mastodon/public/system shell: - image: tootsuite/mastodon:v4.0 + image: tootsuite/mastodon:v4.1 env_file: - application.env - database.env @@ -105,7 +105,7 @@ services: - uploads:/mastodon/public/system streaming: - image: tootsuite/mastodon:v4.0 + image: tootsuite/mastodon:v4.1 env_file: - application.env - database.env @@ -127,7 +127,7 @@ services: test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1'] sidekiq: - image: tootsuite/mastodon:v4.0 + image: tootsuite/mastodon:v4.1 env_file: - application.env - database.env