mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-23 13:17:34 +00:00
chore: fix qbittorrent volume path
This commit is contained in:
parent
ea6d8c1176
commit
155ddba81d
@ -210,7 +210,7 @@ services:
|
|||||||
- WEBUI_PORT=8080
|
- WEBUI_PORT=8080
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/qbittorrent:/config # location of database and configs
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/qbittorrent:/config # location of database and configs
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/downloads # location of qbittorrent downloads
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/media/downloads # location of qbittorrent downloads
|
||||||
depends_on:
|
depends_on:
|
||||||
- gluetun
|
- gluetun
|
||||||
network_mode: container:arr-suite-gluetun # use the gluetun container network (vpn killswitch)
|
network_mode: container:arr-suite-gluetun # use the gluetun container network (vpn killswitch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user