Skip to content

Commit 89e0d04

Browse files
authored
chore: add gluetun env
1 parent abde47c commit 89e0d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/arr-suite/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ services:
185185
- VPN_TYPE=wireguard # define the vpn protocol to use
186186
- WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/Bpp22sVz48T71vJ4fYmFWujulwUU= # define your wireguard private key here
187187
- WIREGUARD_ADDRESSES=10.64.222.21/32 # define the ipv4 vpn network subnet here
188+
- SERVER_CITIES=Paris # define the server cities
188189
volumes:
189190
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/gluetun:/gluetun
190191
restart: unless-stopped

0 commit comments

Comments
 (0)