User Tools

Site Tools


docker:arr:gluetun:setup:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docker:arr:gluetun:setup:setup [2025/07/14 07:29] – created peterdocker: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/gluetun
 +    # container_name: gluetun
 +    # line above must be uncommented to allow external containers to connect.
 +    # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
 +    cap_add:
 +      - NET_ADMIN
 +    devices:
 +      - /dev/net/tun:/dev/net/tun
 +    ports:
 +      - 8888:8888/tcp # HTTP proxy
 +      - 8388:8388/tcp # Shadowsocks
 +      - 8388:8388/udp # Shadowsocks
 +    volumes:
 +      - /yourpath:/gluetun
 +    environment:
 +      # See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
 +      - VPN_SERVICE_PROVIDER=ivpn
 +      - VPN_TYPE=openvpn
 +      # OpenVPN:
 +      - OPENVPN_USER=
 +      - OPENVPN_PASSWORD=
 +      # Wireguard:
 +      # - WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/Bpp22sVz48T71vJ4fYmFWujulwUU=
 +      # - WIREGUARD_ADDRESSES=10.64.222.21/32
 +      # Timezone for accurate log times
 +      - TZ=
 +      # Server list updater
 +      # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
 +      - UPDATER_PERIOD=
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Image also available as **ghcr.io/qdm12/gluetun**
 +</WRAP>
  
docker/arr/gluetun/setup/setup.1752478170.txt.gz · Last modified: 2025/07/14 07:29 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki