qBittorrent. Stack update. Allowing changing network mode. Removing unnecessary 'version' parameter.
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
a4e5b7df7b
commit
9e52224906
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue