fix(deploy): 将API外部端口从8070改为8080

This commit is contained in:
shanshanzhong 2025-07-24 09:33:40 -07:00
parent a0ca976e66
commit d5f4b04c6c

View File

@ -8,7 +8,7 @@ export DOMAIN=ppanel.kxsw.us
export PROJECT_NAME=ppanel # 容器项目名称
export SERVICE_NAME=server # 容器服务名称
export API_INNER_PORT=8080
export API_EXTERNAL_PORT=8070
export API_EXTERNAL_PORT=8080
# Container Repository
export REGISTRY_URL=registry.kxsw.us # 本地 Docker Registry 地址,请根据实际情况修改