From 9e522249064933be29a421ffcdb2cf9739675e0d Mon Sep 17 00:00:00 2001 From: skobkin Date: Mon, 30 Dec 2024 01:09:12 +0000 Subject: [PATCH] qBittorrent. Stack update. Allowing changing network mode. Removing unnecessary 'version' parameter. --- qbittorrent/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 781dc24..f4a6e4f 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -1,11 +1,9 @@ -version: '3.7' - services: qbittorrent: # https://hub.docker.com/r/linuxserver/qbittorrent image: linuxserver/qbittorrent:latest container_name: qbittorrent - #network_mode: "host" + network_mode: '${NETWORK_MODE:-host}' ports: - "${WEBUI_PORT}:${WEBUI_PORT}/tcp" - "6881:6881/tcp"