This commit is contained in:
Imran Remtulla
2025-10-25 05:53:52 -04:00
parent 603bdd12b5
commit 0226c4406c
4 changed files with 52 additions and 3 deletions

10
proxy.docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
frps: # https://github.com/fatedier/frp
image: fatedier/frps:v0.65.0
container_name: frps
restart: always
volumes:
- ./frps.toml:/frps.toml
network_mode: host
command: "-c /frps.toml"