feat(config): 添加 WebSocket 端口配置支持
This commit is contained in:
parent
b7dddfb750
commit
341408d23c
@ -54,6 +54,7 @@ services:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
ports:
|
||||
- "${SERVER_HTTP_PORT}:3001" #http端口
|
||||
- "${CONFIG_WS_PORT}:3002"
|
||||
read_only: true
|
||||
networks:
|
||||
easyai:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user