Update README.md

This commit is contained in:
MarkusMcNugen 2018-02-03 23:13:02 -05:00 committed by GitHub
parent c35ce84ab8
commit 605e31d5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@ As you can see, the container also expects a downloads volume to be mounted.
This is where qBittorrent will store your downloads, incomplete downloads and/or a watch directory for new .torrent files. This is where qBittorrent will store your downloads, incomplete downloads and/or a watch directory for new .torrent files.
### Environment Variables ### Environment Variables
| Variable | Function | Example | | Variable | Required| Function | Example |
|----------|----------|-------| |----------|----------|----------|----------|
|`VPN_ENABLED`|Enable VPN? (yes\|no) Default:yes|`VPN_ENABLED=yes`| |`VPN_ENABLED`| Yes | Enable VPN? (yes\|no) Default:yes|`VPN_ENABLED=yes`|
|`LAN_NETWORK`|Local Network with CIDR notation |`OPENVPN_PASSWORD=192.168.1.0/24`| |`LAN_NETWORK`| Yes | Local Network with CIDR notation |`OPENVPN_PASSWORD=192.168.1.0/24`|
|`NAME_SERVERS`|Comma delimited name servers |`NAME_SERVERS=8.8.8.8,8.8.4.4`| |`NAME_SERVERS`| No | Comma delimited name servers |`NAME_SERVERS=8.8.8.8,8.8.4.4`|
|`PUID`|UID applied to config files and downloads |`PUID=99`| |`PUID`| Yes | UID applied to config files and downloads |`PUID=99`|
|`PGID`|GID applied to config files and downloads |`PGID=100`| |`PGID`| Yes | GID applied to config files and downloads |`PGID=100`|
## 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.