fix(gateway): 修复ws-gateway端口配置默认值问题
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user