Skip to content

Commit 9b27ee1

Browse files
authored
chore: adjust qbittorrent dl path mapping
1 parent 64cc6bb commit 9b27ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/arr-suite/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ services:
210210
- WEBUI_PORT=8080
211211
volumes:
212212
- ${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
213+
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/downloads # location of qbittorrent downloads
214214
depends_on:
215215
- gluetun
216216
network_mode: container:arr-suite-gluetun # use the gluetun container network (vpn killswitch)

0 commit comments

Comments
 (0)