docker:arr:gluetun:setup:setup
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docker:arr:gluetun:setup:setup [2025/07/14 07:29] – created peter | docker:arr:gluetun:setup:setup [2025/07/14 07:32] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Docker - Arr - Gluetun - Setup ====== | ====== Docker - Arr - Gluetun - Setup ====== | ||
+ | |||
+ | Docker Compose | ||
+ | |||
+ | <code yaml> | ||
+ | --- | ||
+ | services: | ||
+ | gluetun: | ||
+ | image: qmcgaw/ | ||
+ | # container_name: | ||
+ | # line above must be uncommented to allow external containers to connect. | ||
+ | # See https:// | ||
+ | cap_add: | ||
+ | - NET_ADMIN | ||
+ | devices: | ||
+ | - / | ||
+ | ports: | ||
+ | - 8888: | ||
+ | - 8388: | ||
+ | - 8388: | ||
+ | volumes: | ||
+ | - / | ||
+ | environment: | ||
+ | # See https:// | ||
+ | - VPN_SERVICE_PROVIDER=ivpn | ||
+ | - VPN_TYPE=openvpn | ||
+ | # OpenVPN: | ||
+ | - OPENVPN_USER= | ||
+ | - OPENVPN_PASSWORD= | ||
+ | # Wireguard: | ||
+ | # - WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/ | ||
+ | # - WIREGUARD_ADDRESSES=10.64.222.21/ | ||
+ | # Timezone for accurate log times | ||
+ | - TZ= | ||
+ | # Server list updater | ||
+ | # See https:// | ||
+ | - UPDATER_PERIOD= | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
docker/arr/gluetun/setup/setup.1752478170.txt.gz · Last modified: 2025/07/14 07:29 by peter