Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Mar 14, 2019
1 parent a4ba0eb commit 92fd7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Run the image using the default port without OpenVPN
-it -p 49164:49164 fullaxx/rtorrent-openvpn

Run the image using the default port with OpenVPN \
Make sure that your myopenvpnconfig.ovpn exists in /srv/docker/rtorrent/config/
Make sure that your myconnection.ovpn exists in /srv/docker/rtorrent/config/

docker run --cap-add=NET_ADMIN --device /dev/net/tun \
-v /srv/docker/rtorrent/autoload:/rtorrent/autoload \
-v /srv/docker/rtorrent/torrents:/rtorrent/torrents \
-v /srv/docker/rtorrent/config:/rtorrent/config \
-v /srv/docker/rtorrent/session:/rtorrent/session \
-e OVPNCFG='myopenvpnconfig.ovpn' \
-e OVPNCFG='myconnection.ovpn' \
-e OVPNSLEEPTIME='4' \
-it -p 49164:49164 fullaxx/rtorrent-openvpn

Expand Down

0 comments on commit 92fd7a1

Please sign in to comment.