diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index a83a896..8078486 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -25,7 +25,7 @@ services: - /srv/mastodon/redis:/data web: - image: tootsuite/mastodon:v3.5.3 + image: ghcr.io/mastodon/mastodon:v4.3.3 restart: always env_file: - .env @@ -50,7 +50,7 @@ services: - traefik.http.services.mastodonweb.loadbalancer.server.port=3000 streaming: - image: tootsuite/mastodon:v3.5.3 + image: ghcr.io/mastodon/mastodon-streaming:v4.3.3 restart: always env_file: - .env @@ -74,7 +74,7 @@ services: sidekiq: - image: tootsuite/mastodon:v3.5.3 + image: ghcr.io/mastodon/mastodon:v4.3.3 restart: always env_file: - .env