From 8f2ceaeb3bc5b91061fa6e6314cba8d69cbfbbec Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 31 Jan 2025 11:57:28 +0100 Subject: [PATCH] adding mastodon --- mastodon/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 3bdbc47..38adbcb 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -39,7 +39,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3344/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/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:4433/api/v1/streaming/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1'] depends_on: - db - redis