From 4367f07dfb95b6fb6832562d18392c9635df0fda Mon Sep 17 00:00:00 2001 From: Peter Law Date: Wed, 9 Aug 2023 09:27:36 +0100 Subject: [PATCH] Bind the pystream to v6 This seems to be where nginx expects to connect now. --- modules/compbox/files/stream-config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/compbox/files/stream-config.env b/modules/compbox/files/stream-config.env index 7483418..712817b 100644 --- a/modules/compbox/files/stream-config.env +++ b/modules/compbox/files/stream-config.env @@ -1,3 +1,3 @@ SRCOMP_API_URL="http://localhost/comp-api" -SRCOMP_STREAM_BIND="127.0.0.1" +SRCOMP_STREAM_BIND="::" SRCOMP_STREAM_PORT=5004