Update docker-compose.yml
This commit is contained in:
parent
d481a314ca
commit
c0dbc4ed8d
@ -35,6 +35,7 @@ services:
|
|||||||
# Server list updater
|
# Server list updater
|
||||||
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
|
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
|
||||||
- UPDATER_PERIOD=24h
|
- UPDATER_PERIOD=24h
|
||||||
|
restart: always
|
||||||
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent
|
image: lscr.io/linuxserver/qbittorrent
|
||||||
@ -49,7 +50,9 @@ services:
|
|||||||
- /home/hotstovejer/docker/arr-stack/qbittorrent:/config
|
- /home/hotstovejer/docker/arr-stack/qbittorrent:/config
|
||||||
- /home/hotstovejer/docker/arr-stack/qbittorrent/downloads:/downloads
|
- /home/hotstovejer/docker/arr-stack/qbittorrent/downloads:/downloads
|
||||||
depends_on:
|
depends_on:
|
||||||
- gluetun
|
gluetun:
|
||||||
|
condition: service_healthy
|
||||||
|
restart: true
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
jackett:
|
jackett:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user