mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update README.md
This commit is contained in:
parent
262559b513
commit
e66f15567e
@ -12,6 +12,8 @@ $ docker run --privileged -d \
|
|||||||
-v /your/downloads/path/:/downloads \
|
-v /your/downloads/path/:/downloads \
|
||||||
-e "OPENVPN_USERNAME=user" \
|
-e "OPENVPN_USERNAME=user" \
|
||||||
-e "OPENVPN_PASSWORD=pass" \
|
-e "OPENVPN_PASSWORD=pass" \
|
||||||
|
-e PUID=<uid for user> \
|
||||||
|
-e PGID=<gid for user> \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
markusmcnugen/qbittorrentvpn
|
markusmcnugen/qbittorrentvpn
|
||||||
```
|
```
|
||||||
@ -26,9 +28,11 @@ This is where qBittorrent will store your downloads, incomplete downloads and lo
|
|||||||
|----------|----------|-------|
|
|----------|----------|-------|
|
||||||
|`OPENVPN_USERNAME`|Your OpenVPN username |`OPENVPN_USERNAME=asdf`|
|
|`OPENVPN_USERNAME`|Your OpenVPN username |`OPENVPN_USERNAME=asdf`|
|
||||||
|`OPENVPN_PASSWORD`|Your OpenVPN password |`OPENVPN_PASSWORD=asdf`|
|
|`OPENVPN_PASSWORD`|Your OpenVPN password |`OPENVPN_PASSWORD=asdf`|
|
||||||
|
|`PUID`|UID for config files |`OPENVPN_PASSWORD=asdf`|
|
||||||
|
|`PGID`|GID for config files |`OPENVPN_PASSWORD=asdf`|
|
||||||
|
|
||||||
### Access the WebUI
|
### Access the WebUI
|
||||||
But what's going on? My http://my-host:9091 isn't responding?
|
But what's going on? My http://IPADDRESS:8080 isn't responding?
|
||||||
This is because the VPN is active, and since docker is running in a different ip range than your client the response
|
This is because the VPN is active, and since docker is running in a different ip range than your client the response
|
||||||
to your request will be treated as "non-local" traffic and therefore be routed out through the VPN interface.
|
to your request will be treated as "non-local" traffic and therefore be routed out through the VPN interface.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user