From be36cb529099bfb996f0e7c177fbc00cb2bd58c3 Mon Sep 17 00:00:00 2001 From: Kun Date: Sat, 25 Jul 2026 01:37:43 +0800 Subject: [PATCH] update 26.7.24 --- iStore/frpc/docker-compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 iStore/frpc/docker-compose.yaml 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