Skip to content

Commit

Permalink
Added docker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Mar 4, 2019
1 parent 02220a1 commit dfbc455
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ a load balancer like nginx to forward the traffic to the internet.

Use images `wolnosciowiec/reverse-networking` and `wolnosciowiec/reverse-networking:armhf` to run container with reverse-networking installed.

```
version: "2"
services:
proxy:
image: wolnosciowiec/reverse-networking
volumes:
- "./containers/proxy/conf.d:/rn/conf.d:ro"
- "./data/proxy-ssh:/home/revproxy/.ssh"
- "./containers/proxy/ssh/id_rsa:/id_rsa:ro"
- "./containers/proxy/ssh/id_rsa.pub:/id_rsa.pub:ro"
environment:
- LOOP_SLEEP_TIME=30
```

## Example configurations


Expand Down

0 comments on commit dfbc455

Please sign in to comment.