We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02220a1 commit dfbc455Copy full SHA for dfbc455
README.md
@@ -52,6 +52,20 @@ a load balancer like nginx to forward the traffic to the internet.
52
53
Use images `wolnosciowiec/reverse-networking` and `wolnosciowiec/reverse-networking:armhf` to run container with reverse-networking installed.
54
55
+```
56
+version: "2"
57
+services:
58
+ proxy:
59
+ image: wolnosciowiec/reverse-networking
60
+ volumes:
61
+ - "./containers/proxy/conf.d:/rn/conf.d:ro"
62
+ - "./data/proxy-ssh:/home/revproxy/.ssh"
63
+ - "./containers/proxy/ssh/id_rsa:/id_rsa:ro"
64
+ - "./containers/proxy/ssh/id_rsa.pub:/id_rsa.pub:ro"
65
+ environment:
66
+ - LOOP_SLEEP_TIME=30
67
68
+
69
## Example configurations
70
71
0 commit comments