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
37782b0ef6
commit
fdacb25521
14
README.md
14
README.md
@ -39,11 +39,15 @@ This is where qBittorrent will store your downloads, incomplete downloads and lo
|
|||||||
### Access the WebUI
|
### Access the WebUI
|
||||||
Access http://IPADDRESS:8080 from a browser on the same network
|
Access http://IPADDRESS:8080 from a browser on the same network
|
||||||
|
|
||||||
### Known issues
|
Default username is admin
|
||||||
Some have encountered problems with DNS resolving inside the docker container.
|
Default password is adminadmin
|
||||||
This causes trouble because OpenVPN will not be able to resolve the host to connect to.
|
|
||||||
If you have this problem use dockers --dns flag to override the resolv.conf of the container.
|
### PUID/PGID
|
||||||
For example use googles dns servers by adding --dns 8.8.8.8 --dns 8.8.4.4 as parameters to the usual run command.
|
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
|
||||||
|
|
||||||
|
```
|
||||||
|
id <username>
|
||||||
|
```
|
||||||
|
|
||||||
If you are having issues with this container please submit an issue on GitHub.
|
If you are having issues with this container please submit an issue on GitHub.
|
||||||
Please provide logs, docker version and other information that can simplify reproducing the issue.
|
Please provide logs, docker version and other information that can simplify reproducing the issue.
|
||||||
|
Loading…
Reference in New Issue
Block a user