diff --git a/conf/compose/mastodon.docker-compose.yml b/conf/compose/mastodon.docker-compose.yml index 78d6197..d54503b 100644 --- a/conf/compose/mastodon.docker-compose.yml +++ b/conf/compose/mastodon.docker-compose.yml @@ -29,7 +29,7 @@ services: mastodon-web: restart: always - image: tootsuite/mastodon:v4.2.9 + image: tootsuite/mastodon:v4.2.10 #healthcheck: #test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1'] #entrypoint: @@ -58,7 +58,7 @@ services: mastodon-streaming: restart: always - image: tootsuite/mastodon:v4.2.9 + image: tootsuite/mastodon:v4.2.10 healthcheck: test: wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1 ] @@ -79,7 +79,7 @@ services: mastodon-sidekiq: restart: always - image: tootsuite/mastodon:v4.2.9 + image: tootsuite/mastodon:v4.2.10 #entrypoint: # - sh # - -c