From 0e44f32cd75563854bd8a76416858dbae3af6c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Mon, 30 Dec 2024 21:46:33 +0100 Subject: [PATCH] fix stupid mastodon websocket issue... --- compute-2-mep/mastodon/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute-2-mep/mastodon/docker-compose.yaml b/compute-2-mep/mastodon/docker-compose.yaml index 605b062..90afe79 100644 --- a/compute-2-mep/mastodon/docker-compose.yaml +++ b/compute-2-mep/mastodon/docker-compose.yaml @@ -55,7 +55,7 @@ services: # prettier-ignore test: ['CMD-SHELL', "curl -s --noproxy localhost localhost:4000/api/v1/streaming/health | grep -q 'OK' || exit 1"] ports: - - "127.0.0.1:4000:4000" + - "4000:4000" depends_on: - redis networks: