summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r--docker-compose.example.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index cd1bc50..4ca31d9 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -109,7 +109,8 @@ services:
volumes:
- <install_location>/config/gluetun:/config
environment:
- - VPN_SERVICE_PROVIDER=mullvad
+ - VPN_SERVICE_PROVIDER=<vpn_service>
- VPN_TYPE=openvpn
- - OPENVPN_USER=<mullvad_user>
- - SERVER_COUNTRIES=<mullvad_country>
+ - OPENVPN_USER=<vpn_user>
+ - OPENVPN_PASSWORD=<vpn_password>
+ - SERVER_COUNTRIES=<vpn_country>