mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-07 14:57:20 +02:00
Update supported-providers.md (#2640)
Added additional support doc info for using a custom OVPN
This commit is contained in:
parent
fad0ad1fb3
commit
55d77cfd66
@ -122,6 +122,8 @@ Compose sample:
|
||||
- /volume1/docker/ipvanish/:/etc/openvpn/custom/
|
||||
```
|
||||
**Declare the Custom provider, the target server and login/password**
|
||||
Also important to note here is that `OPENVPN_CONFIG` value needs to be the name of the ovpn file wanting to be referenced in the `/etc/openvpn/custom` volume. In the example below the ovpn file name is `ipvanish-UK-Maidenhead-lhr-c02.ovpn`
|
||||
|
||||
Compose sample:
|
||||
```
|
||||
- OPENVPN_PROVIDER=custom
|
||||
@ -129,6 +131,13 @@ Compose sample:
|
||||
- OPENVPN_USERNAME=user
|
||||
- OPENVPN_PASSWORD=pass
|
||||
```
|
||||
Docker ENV vars sample:
|
||||
```
|
||||
-e OPENVPN_PROVIDER=custom \
|
||||
-e OPENVPN_CONFIG=ipvanish-UK-Maidenhead-lhr-c02 \
|
||||
-e OPENVPN_USERNAME=user \
|
||||
-e OPENVPN_PASSWORD=pass \
|
||||
```
|
||||
|
||||
### Do not mount single config file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user