first commit

This commit is contained in:
2026-01-18 09:05:55 +08:00
commit e3c1fa87fb
10 changed files with 758 additions and 0 deletions

9
frpc/docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
web:
image: snowdreamtech/frpc:latest
container_name: frpc
restart: always
network_mode: "host"
volumes:
- ./frpc.toml:/etc/frp/frpc.toml