1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 05:39:39 +08:00
1Panel-Appstore/frps/0.59.0/docker-compose.yml
2024-08-02 16:13:27 +08:00

12 lines
261 B
YAML

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