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:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
# https://hub.docker.com/r/linuxserver/qbittorrent
|
# https://hub.docker.com/r/linuxserver/qbittorrent
|
||||||
image: linuxserver/qbittorrent:latest
|
image: linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
#network_mode: "host"
|
network_mode: '${NETWORK_MODE:-host}'
|
||||||
ports:
|
ports:
|
||||||
- "${WEBUI_PORT}:${WEBUI_PORT}/tcp"
|
- "${WEBUI_PORT}:${WEBUI_PORT}/tcp"
|
||||||
- "6881:6881/tcp"
|
- "6881:6881/tcp"
|
||||||
|
|
Loading…
Reference in a new issue