feat: 修改 frp ssl 持久化目录
This commit is contained in:
parent
dc8197c675
commit
8f774bf4cd
|
|
@ -34,10 +34,3 @@ additionalProperties:
|
||||||
random: true
|
random: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
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
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/frpc.toml:/etc/frp/frpc.toml
|
- ./data/frpc.toml:/etc/frp/frpc.toml
|
||||||
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
|
- ./data/ssl:/etc/frp/ssl
|
||||||
image: snowdreamtech/frpc:0.56.0
|
image: snowdreamtech/frpc:0.56.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
|
||||||
|
|
@ -28,10 +28,3 @@ additionalProperties:
|
||||||
random: true
|
random: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
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
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/frps.toml:/etc/frp/frps.toml
|
- ./data/frps.toml:/etc/frp/frps.toml
|
||||||
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
|
- ./data/ssl:/etc/frp/ssl
|
||||||
image: snowdreamtech/frps:0.56.0
|
image: snowdreamtech/frps:0.56.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue