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: formFields:
- default: 40069 - default: 40069
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port labelEn: HTTPS Port
labelZh: HTTPS 端口 labelZh: HTTPS 端口
required: true required: true

View File

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