From 11a9784ec53054c668d89b324dc7da2aa1e6ace3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Tue, 21 May 2024 23:09:38 +0200 Subject: [PATCH] init --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..10e0537 --- /dev/null +++ b/README.md @@ -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.