fix stupid mastodon websocket issue...

This commit is contained in:
Mael G. 2024-12-30 21:46:33 +01:00
parent 549e8079cc
commit 0e44f32cd7

View file

@ -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: