initial commit

This commit is contained in:
2026-05-29 17:12:19 +02:00
commit a8593afa61
24 changed files with 1322 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
frps:
image: snowdreamtech/frps:0.65.0
container_name: frps
restart: unless-stopped
ports:
- "7000:7000"
- "7500:7500"
volumes:
- ./frps.toml:/etc/frp/frps.toml:ro
command: ["frps", "-c", "/etc/frp/frps.toml"]
networks:
- edge
networks:
edge:
external: true