mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 09:56:56 +08:00
fd5196cdc9
* Add portainer-ce * push * Add license scan report and status Signed off by: fossabot <badges@fossa.com> --------- Co-authored-by: root <root@localhost.localdomain> Co-authored-by: fossabot <badges@fossa.io>
18 lines
362 B
YAML
18 lines
362 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 9000
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 8000
|
|
envKey: PORT_API
|
|
labelEn: Port
|
|
labelZh: API 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|