added a small clarification to the readme for OPENVPN_CONFIG
This commit is contained in:
@@ -53,7 +53,11 @@ $ docker run --privileged -d \
|
|||||||
You must set the environment variables `OPENVPN_PROVIDER`, `OPENVPN_USERNAME` and `OPENVPN_PASSWORD` to provide basic connection details.
|
You must set the environment variables `OPENVPN_PROVIDER`, `OPENVPN_USERNAME` and `OPENVPN_PASSWORD` to provide basic connection details.
|
||||||
|
|
||||||
The `OPENVPN_CONFIG` is an optional variable. If no config is given, a default config will be selected for the provider you have chosen.
|
The `OPENVPN_CONFIG` is an optional variable. If no config is given, a default config will be selected for the provider you have chosen.
|
||||||
Find available OpenVPN configurations by looking in the openvpn folder of the GitHub repository.
|
Find available OpenVPN configurations by looking in the openvpn folder of the GitHub repository. The value that you should use here is the filename of your chosen openvpn configuration *without* the .ovpn file extension. For example:
|
||||||
|
|
||||||
|
```
|
||||||
|
-e "OPENVPN_CONFIG=ipvanish-AT-Vienna-vie-c02"
|
||||||
|
```
|
||||||
|
|
||||||
As you can see, the container also expects a data volume to be mounted.
|
As you can see, the container also expects a data volume to be mounted.
|
||||||
This is where Transmission will store your downloads, incomplete downloads and look for a watch directory for new .torrent files.
|
This is where Transmission will store your downloads, incomplete downloads and look for a watch directory for new .torrent files.
|
||||||
|
Reference in New Issue
Block a user