From 9974ed8a1bd5fe4325318c7b7a203d960d5f795c Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 17 Mar 2025 02:57:18 -0400 Subject: [PATCH] Corrected value type --- docker-compose.test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 08aa274..934cb9a 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -63,7 +63,7 @@ services: SB_INSTANCE_DNS_MOCK_TEAPOT: ${SB_INSTANCE_DNS_MOCK_TEAPOT:-"teapot.com v=socialbox;sb-rpc=http://teapot_socialbox:8085/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0"} # UDP Logging, won't cause issues if the server is not available # See https://github.com/nosial/LogLib2/blob/master/server.py for more information - LOGLIB_UDP_ENABLED: true + LOGLIB_UDP_ENABLED: 'true' LOGLIB_UDP_HOST: 172.17.0.1 LOGLIB_UDP_PORT: 5131 healthcheck: @@ -173,7 +173,7 @@ services: SB_INSTANCE_DNS_MOCK_TEAPOT: ${SB_INSTANCE_DNS_MOCK_TEAPOT:-"teapot.com v=socialbox;sb-rpc=http://teapot_socialbox:8085/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0"} # UDP Logging, won't cause issues if the server is not available # See https://github.com/nosial/LogLib2/blob/master/server.py for more information - LOGLIB_UDP_ENABLED: true + LOGLIB_UDP_ENABLED: 'true' LOGLIB_UDP_HOST: 172.17.0.1 LOGLIB_UDP_PORT: 5131 healthcheck: