diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 00000000..b7050339 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3.3' +services: + rathole: + volumes: + - config:/config/ + image: rapiz1/rathole + command: --client /config/config.toml + network_mode: "host" +volumes: + config: