set restart to always
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@ services:
|
|||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
sysctls:
|
sysctls:
|
||||||
- net.ipv6.conf.all.disable_ipv6=1 # Recomended if using ipv4 only
|
- net.ipv6.conf.all.disable_ipv6=1 # Recomended if using ipv4 only
|
||||||
|
restart: always
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
container_name: qBittorrent
|
container_name: qBittorrent
|
||||||
image: ghcr.io/linuxserver/qbittorrent
|
image: ghcr.io/linuxserver/qbittorrent
|
||||||
@@ -32,7 +33,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- vpn
|
- vpn
|
||||||
tty: true
|
tty: true
|
||||||
restart: on-failure:5
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker/volumes/qbittorrent_config/_data:/config:rw
|
- /var/lib/docker/volumes/qbittorrent_config/_data:/config:rw
|
||||||
- /var/lib/docker/volumes/qbittorrent_downloads/_data:/downloads:rw
|
- /var/lib/docker/volumes/qbittorrent_downloads/_data:/downloads:rw
|
||||||
|
|||||||
Reference in New Issue
Block a user