mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 00:09:39 +08:00
refactor: 修改 nextcloud HTTPS 端口
This commit is contained in:
parent
2eb3a9c5ce
commit
e1126c215c
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user