Skip to content

Commit

Permalink
chore: add gluetun env
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 17, 2024
1 parent abde47c commit 89e0d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/arr-suite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ services:
- VPN_TYPE=wireguard # define the vpn protocol to use
- WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/Bpp22sVz48T71vJ4fYmFWujulwUU= # define your wireguard private key here
- WIREGUARD_ADDRESSES=10.64.222.21/32 # define the ipv4 vpn network subnet here
- SERVER_CITIES=Paris # define the server cities
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/gluetun:/gluetun
restart: unless-stopped
Expand Down

0 comments on commit 89e0d04

Please sign in to comment.