1
0
Fork 0

Update Frp Cilent & Server to v0.64.0 (#1344)

This commit is contained in:
renovate[bot] 2025-08-20 13:57:13 +08:00 committed by GitHub
parent abd6ff1357
commit dfeaf5e7e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ services:
#- "${CONFIG_FILE_PATH}:/etc/frp/frpc.ini" #截止5.1.3版本使用ini
- "${CONFIG_FILE_PATH}:/etc/frp/frpc.toml"
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
image: "snowdreamtech/frpc:0.63.0"
image: "snowdreamtech/frpc:0.64.0"
labels:
createdBy: "Apps"

View File

@ -7,6 +7,6 @@ services:
#- "${CONFIG_FILE_PATH}:/etc/frp/frps.ini" #截止5.1.3版本使用ini
- "${CONFIG_FILE_PATH}:/etc/frp/frps.toml"
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
image: "snowdreamtech/frps:0.63.0"
image: "snowdreamtech/frps:0.64.0"
labels:
createdBy: "Apps"