Update docker-compose.yml

This commit is contained in:
hotstovejer 2024-10-19 12:10:16 -05:00
parent d481a314ca
commit c0dbc4ed8d

View File

@ -35,6 +35,7 @@ services:
# Server list updater
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
- UPDATER_PERIOD=24h
restart: always
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
@ -49,7 +50,9 @@ services:
- /home/hotstovejer/docker/arr-stack/qbittorrent:/config
- /home/hotstovejer/docker/arr-stack/qbittorrent/downloads:/downloads
depends_on:
- gluetun
gluetun:
condition: service_healthy
restart: true
restart: always
jackett: