1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-23 16:17:15 +00:00
parent 29900c8bc2
commit bde36fcaba
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
frpc:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
#- "${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.61.2"
labels:
createdBy: "Apps"