diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 8ec7aa8..8c69ac4 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -43,7 +43,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off web:3344/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off 127.0.0.1:3000/health || exit 1'] depends_on: - db - redis @@ -73,7 +73,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off streaming:4433/api/v1/streaming/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off 127.0.0.1:4000/api/v1/streaming/health || exit 1'] depends_on: - db - redis