Update docker-compose.yml

This commit is contained in:
LRVT 2024-03-13 13:30:57 +01:00 committed by GitHub
parent 5f101f5f45
commit b173182554
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ services:
- TORRENTING_PORT=6881
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/qbittorrent:/config # contains all relevant configuration files
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/media/downloads # location of downloads on disk
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/downloads # location of downloads on disk
expose:
- 8080/tcp # web ui
- 6881/tcp # tcp connection port
@ -187,7 +187,7 @@ services:
# - net.ipv6.conf.all.disable_ipv6=0
# volumes:
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/configs/qbittorrentvpn:/config # contains all relevant configuration files; put your vpn config into the openvpn dir
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/media/downloads # location of downloads on disk
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/downloads # location of downloads on disk
# - /etc/localtime:/etc/localtime:ro
# environment:
# - VPN_ENABLED=yes