1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 22:19:39 +08:00
1Panel-Appstore/frps/0.56.0/docker-compose.yml
2024-03-27 15:54:45 +08:00

13 lines
280 B
YAML

version: "3"
services:
frps:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ./data/frps.toml:/etc/frp/frps.toml
- ./data/ssl:/etc/frp/ssl
image: snowdreamtech/frps:0.56.0
labels:
createdBy: "Apps"