From 2181026ab0f13cf821603217b8dd9a8d7bdbdd90 Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 31 Jan 2025 12:28:04 +0100 Subject: [PATCH] fixed broken video link in markdown. merged @neda CI --- mastodon/docker-compose.traefik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon/docker-compose.traefik.yml b/mastodon/docker-compose.traefik.yml index 650daae..1a3ed69 100644 --- a/mastodon/docker-compose.traefik.yml +++ b/mastodon/docker-compose.traefik.yml @@ -24,7 +24,7 @@ services: - /srv/mastodon/redis:/data web: - image: tootsuite/mastodon + image: ghcr.io/mastodon/mastodon:v4.3.3 restart: unless-stopped env_file: .env.production command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" @@ -53,7 +53,7 @@ services: - "traefik.docker.network=proxy" streaming: - image: ghcr.io/mastodon/mastodon-streaming + image: ghcr.io/mastodon/mastodon-streaming:v4.3.3 restart: unless-stopped env_file: .env.production command: node ./streaming/index.js