Bump Mastodon to v4.2.10

This commit is contained in:
A 2024-07-04 08:45:28 -07:00
parent 91dfafcbd3
commit f8d7f82c13

View File

@ -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