We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abde47c commit 89e0d04Copy full SHA for 89e0d04
examples/arr-suite/docker-compose.yml
@@ -185,6 +185,7 @@ services:
185
- VPN_TYPE=wireguard # define the vpn protocol to use
186
- WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/Bpp22sVz48T71vJ4fYmFWujulwUU= # define your wireguard private key here
187
- WIREGUARD_ADDRESSES=10.64.222.21/32 # define the ipv4 vpn network subnet here
188
+ - SERVER_CITIES=Paris # define the server cities
189
volumes:
190
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/gluetun:/gluetun
191
restart: unless-stopped
0 commit comments