12 lines
255 B
YAML
12 lines
255 B
YAML
services:
|
|
frpc:
|
|
image: fatedier/frpc:0.63.0
|
|
container_name: frpc
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- /mnt/sata2-4/docker_data/frpc.toml:/etc/frp/frpc.toml:ro
|
|
|
|
command:
|
|
- -c
|
|
- /etc/frp/frpc.toml |