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