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