From f466b7700c97f783b4f07f93fccf7330f159505a Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 27 Mar 2026 16:30:03 +0800 Subject: [PATCH] perf: support ws_port --- compose/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/web.yml b/compose/web.yml index 6e3bba9..101c69c 100644 --- a/compose/web.yml +++ b/compose/web.yml @@ -12,6 +12,7 @@ services: USE_LB: ${USE_LB:-1} USE_IPV6: ${USE_IPV6:-0} USE_XPACK: ${USE_XPACK:-0} + WS_LISTEN_PORT: ${WS_LISTEN_PORT:-8070} GZIP: ${GZIP:-on} CLIENT_MAX_BODY_SIZE: ${CLIENT_MAX_BODY_SIZE:-4096m} CORE_ENABLED: ${CORE_ENABLED:-1}