fix(server): 移除HTTP端口映射配置

This commit is contained in:
wangbo 2026-03-31 17:52:04 +08:00
parent 341408d23c
commit 3bab0ecbce

View File

@ -54,7 +54,6 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
ports:
- "${SERVER_HTTP_PORT}:3001" #http端口
- "${CONFIG_WS_PORT}:3002"
read_only: true
networks:
easyai: