mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-28 22:46:13 +08:00
feat: 修改 frp ssl 持久化目录
This commit is contained in:
parent
a1ce4bb18a
commit
09404ae97f
@ -34,10 +34,3 @@ additionalProperties:
|
||||
random: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/ssl
|
||||
disabled: true
|
||||
envKey: SSL_FOLDER_PATH
|
||||
labelEn: Certificate folder path (corresponding to "/etc/frp/ssl" in container)
|
||||
labelZh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl")
|
||||
required: true
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./data/frpc.toml:/etc/frp/frpc.toml
|
||||
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
|
||||
- ./data/ssl:/etc/frp/ssl
|
||||
image: snowdreamtech/frpc:0.56.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
@ -28,10 +28,3 @@ additionalProperties:
|
||||
random: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/ssl
|
||||
disabled: true
|
||||
envKey: SSL_FOLDER_PATH
|
||||
labelEn: Certificate folder path (corresponding to "/etc/frp/ssl" in container)
|
||||
labelZh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl")
|
||||
required: true
|
||||
type: text
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./data/frps.toml:/etc/frp/frps.toml
|
||||
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
|
||||
- ./data/ssl:/etc/frp/ssl
|
||||
image: snowdreamtech/frps:0.56.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
Loading…
Reference in New Issue
Block a user