1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-23 16:17:20 +00:00
parent 051740edc4
commit 8907806ef2
11 changed files with 0 additions and 0 deletions

View File

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