Update README.md

This commit is contained in:
MarkusMcNugen
2018-02-05 01:25:42 -05:00
committed by GitHub
parent 6384cf3915
commit 67d3815cf1

View File

@@ -17,6 +17,7 @@ $ docker run --privileged -d \
-e "PGID=100" \ -e "PGID=100" \
-p 8080:8080 \ -p 8080:8080 \
-p 8999:8999 \ -p 8999:8999 \
-p 8999:8999/udp \
markusmcnugen/qbittorrentvpn markusmcnugen/qbittorrentvpn
``` ```
@@ -92,6 +93,7 @@ $ docker run --privileged -d \
-e "PGID=100" \ -e "PGID=100" \
-p 8080:8080 \ -p 8080:8080 \
-p 8999:8999 \ -p 8999:8999 \
-p 8999:8999/udp \
qbittorrentvpn qbittorrentvpn
``` ```