mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
refactor: 修改 nextcloud HTTPS 端口
This commit is contained in:
parent
b33c4ab635
commit
691e5c3e6d
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user