feat: 升级 nginx-proxy-manager 版本 -> github-pr-3281
This commit is contained in:
parent
a02e40964d
commit
00e3692f60
|
|
@ -1,26 +1,26 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: 30080
|
- default: 30080
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP1
|
envKey: PANEL_APP_PORT_HTTP1
|
||||||
labelEn: HTTP Port
|
labelEn: HTTP Port
|
||||||
labelZh: HTTP端口
|
labelZh: HTTP端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 30081
|
- default: 30081
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Console Port
|
labelEn: Console Port
|
||||||
labelZh: 控制台端口
|
labelZh: 控制台端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 30443
|
- default: 30443
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP2
|
envKey: PANEL_APP_PORT_HTTP2
|
||||||
labelEn: HTTPS Port
|
labelEn: HTTPS Port
|
||||||
labelZh: HTTPS端口
|
labelZh: HTTPS端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
|
@ -12,7 +12,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/data:/data
|
- ./data/data:/data
|
||||||
- ./data/ssl:/etc/letsencrypt
|
- ./data/ssl:/etc/letsencrypt
|
||||||
image: jc21/nginx-proxy-manager:github-pr-3027
|
image: jc21/nginx-proxy-manager:github-pr-3281
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
Loading…
Reference in New Issue