From 3803526f0e37aef74733a81643222434c145f4c3 Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 31 Jan 2025 12:29:53 +0100 Subject: [PATCH] fixed broken video link in markdown. merged @neda CI --- mastodon/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 68ae1d3..3bdbc47 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -33,13 +33,13 @@ services: - db.env ports: - 3344:3000 - command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" + command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3344" networks: - traefik - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3344/health || exit 1'] depends_on: - db - redis @@ -66,7 +66,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4433/api/v1/streaming/health || exit 1'] depends_on: - db - redis