diff --git a/iStore/frpc/docker-compose.yaml b/iStore/frpc/docker-compose.yaml new file mode 100644 index 0000000..5b9e56f --- /dev/null +++ b/iStore/frpc/docker-compose.yaml @@ -0,0 +1,12 @@ +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 \ No newline at end of file