From e66b3c71af0daf9ae58343e431e1971b36666e67 Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 30 Mar 2026 16:03:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(gateway):=20=E4=BF=AE=E5=A4=8Dws-gateway?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c20053d..5a1b4da 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -129,7 +129,7 @@ services: labels: - "com.centurylinklabs.watchtower.enable=true" ports: - - "${CONFIG_WS_PORT}:3002" # ws-gateway WebSocket 对外端口映射 + - "${CONFIG_WS_PORT:-3002}:3002" # ws-gateway WebSocket 对外端口映射 read_only: true networks: - easyai