mirror of
https://github.com/ImranR98/selfhostingfromscratch.git
synced 2026-04-24 06:38:36 -04:00
10 lines
254 B
YAML
10 lines
254 B
YAML
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" |