fix(gateway): 修复ws-gateway端口配置默认值问题
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
ports:
|
ports:
|
||||||
- "${CONFIG_WS_PORT}:3002" # ws-gateway WebSocket 对外端口映射
|
- "${CONFIG_WS_PORT:-3002}:3002" # ws-gateway WebSocket 对外端口映射
|
||||||
read_only: true
|
read_only: true
|
||||||
networks:
|
networks:
|
||||||
- easyai
|
- easyai
|
||||||
|
|||||||
Reference in New Issue
Block a user