fix(gateway): 修复ws-gateway端口配置默认值问题

This commit is contained in:
2026-03-30 16:03:50 +08:00
parent a6239f0057
commit e66b3c71af
+1 -1
View File
@@ -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