summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-15 20:17:44 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-15 20:17:44 -0300
commit927d1b34ec399700e8bbcec3884e9e8c4c72e1b4 (patch)
tree0d9ad4b99b9f3869d7be12825fb38c7bd4ef989b /docker-compose.example.yaml
parente6ae5d3b3bbcd0f2f2af7536eba849b2f094b4ee (diff)
Testing VPN in install.sh
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 966e56a..b7e20a9 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -28,9 +28,8 @@ services:
- <media_folder>/downloads:/downloads
- <install_location>/config/qbittorrent:/config
restart: unless-stopped
- network_mode: "service:gluetun"
- depends_on:
- - gluetun
+ #port: 8080:8080
+ #network_mode: "service:gluetun"
# Sonarr is used to query, add downloads to the download queue and index TV shows
sonarr:
@@ -97,6 +96,7 @@ services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
+ profiles: donotstart
cap_add:
- NET_ADMIN
devices:
@@ -112,3 +112,4 @@ services:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=openvpn
- OPENVPN_USER=<mullvad_user>
+ - SERVER_COUNTRIES=<mullvad_country>