init
This commit is contained in:
parent
1890fc0104
commit
11a9784ec5
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Repo for dockerizing (frp)[https://github.com/fatedier/frp].
|
||||||
|
|
||||||
|
image: `ghcr.io/djkato/frp:{VERSION}`, currently latest: 0.58.0
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
bind volume with `trps.toml` to `/config` of the container. frps runs `./frps -c ../config/frps.toml`
|
||||||
|
set ports of defined `bindPort` inside `trps.toml` to mashine, should work. For an example, check `docker-compose.yml`, but ofc replace build with the image.
|
Loading…
Reference in a new issue