appstore/apps/frps/0.51.2/docker-compose.yml
github-action update-app-version 886ea77f2f Update app version
2023-07-27 11:15:25 +00:00

12 lines
254 B
YAML

version: "3"
services:
frps:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${CONFIG_FILE_PATH}:/etc/frp/frps.ini"
image: "snowdreamtech/frps:0.51.2"
labels:
createdBy: "Apps"