mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 15:27:08 +00:00
Update docker-compose.yml
This commit is contained in:
parent
b173182554
commit
f633e6eca7
|
@ -158,7 +158,7 @@ services:
|
||||||
- TORRENTING_PORT=6881
|
- TORRENTING_PORT=6881
|
||||||
volumes:
|
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/configs/qbittorrent:/config # contains all relevant configuration files
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/downloads # location of downloads on disk
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/media/downloads # location of downloads on disk
|
||||||
expose:
|
expose:
|
||||||
- 8080/tcp # web ui
|
- 8080/tcp # web ui
|
||||||
- 6881/tcp # tcp connection port
|
- 6881/tcp # tcp connection port
|
||||||
|
@ -187,7 +187,7 @@ services:
|
||||||
# - net.ipv6.conf.all.disable_ipv6=0
|
# - net.ipv6.conf.all.disable_ipv6=0
|
||||||
# volumes:
|
# 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/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:/downloads # location of downloads on disk
|
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/arr-suite/media/downloads:/media/downloads # location of downloads on disk
|
||||||
# - /etc/localtime:/etc/localtime:ro
|
# - /etc/localtime:/etc/localtime:ro
|
||||||
# environment:
|
# environment:
|
||||||
# - VPN_ENABLED=yes
|
# - VPN_ENABLED=yes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user