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 64cc6bb commit 9b27ee1Copy full SHA for 9b27ee1
examples/arr-suite/docker-compose.yml
@@ -210,7 +210,7 @@ services:
210
- WEBUI_PORT=8080
211
volumes:
212
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/qbittorrent:/config # location of database and configs
213
- - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/media/downloads # location of qbittorrent downloads
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/downloads # location of qbittorrent downloads
214
depends_on:
215
- gluetun
216
network_mode: container:arr-suite-gluetun # use the gluetun container network (vpn killswitch)
0 commit comments