Update docker-compose.yml
This commit is contained in:
parent
d481a314ca
commit
c0dbc4ed8d
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user