qBittorrent. Stack update. Allowing changing network mode. Removing unnecessary 'version' parameter. #140

Merged
skobkin merged 2 commits from qbittorrent_stack_update into master 2024-12-30 01:11:26 +00:00
Showing only changes of commit 9e52224906 - Show all commits

View file

@ -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"