fix(deploy): 将API外部端口从8070改为8080
This commit is contained in:
parent
a0ca976e66
commit
d5f4b04c6c
@ -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 地址,请根据实际情况修改
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user