mirror of
https://github.com/ImranR98/selfhostingfromscratch.git
synced 2026-04-24 06:38:36 -04:00
Add FRP
This commit is contained in:
10
proxy.docker-compose.yaml
Normal file
10
proxy.docker-compose.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user