feat: 修改 frp ssl 持久化目录

This commit is contained in:
wanghe-fit2cloud 2024-03-27 15:54:45 +08:00
parent a1ce4bb18a
commit 09404ae97f
4 changed files with 2 additions and 16 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"