refactor: 修改 nextcloud HTTPS 端口

This commit is contained in:
wanghe-fit2cloud 2023-08-04 17:46:43 +08:00
parent b33c4ab635
commit 691e5c3e6d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ additionalProperties:
formFields:
- default: 40069
edit: true
envKey: PANEL_APP_PORT_HTTP
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true

View File

@ -7,7 +7,7 @@ services:
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:443"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- "./data/config:/config"
- "./data/data:/data"