From bbf32a661505798c7857f2a74608c7e29ed4cbed Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 20 Jul 2022 16:51:59 -0400 Subject: [PATCH] updated restart directive --- media/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media/docker-compose.yml b/media/docker-compose.yml index 49f4f0c..e051956 100644 --- a/media/docker-compose.yml +++ b/media/docker-compose.yml @@ -28,6 +28,7 @@ services: # - SERVER_COUNTRIES: Comma separated list of countries # - SERVER_CITIES=Stockholm # - SERVER_HOSTNAMES: Comma separated list of server hostnames + restart: always qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent @@ -41,4 +42,4 @@ services: - /d/media/downloads:/downloads # network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above network_mode: "service:gluetun" - restart: unless-stopped + restart: always