qBittorrent. Stack update. Allowing changing network mode. Removing unnecessary 'version' parameter.
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2024-12-30 01:09:12 +00:00
parent a4e5b7df7b
commit 9e52224906

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"