Update media-management.yaml

master
Dex Burgess 2025-04-11 16:47:25 +00:00
parent fff7846ce7
commit 2149908bc8
1 changed files with 19 additions and 19 deletions

View File

@ -161,25 +161,25 @@ services:
cpus: '2'
memory: 2G
#qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.5.3
container_name: qbit
restart: unless-stopped
depends_on:
- gluetun
network_mode: "container:gluetun"
environment:
- PUID=1000
- PGID=1000
- TZ=US/Eastern
- WEBUI_PORT=9080
volumes:
- /dockers/qbit/appdata/config:/config
- /dockers/downloads:/downloads
#ports:
# - 8080:8080
# - 65497:65497
# - 65497:65497/udp
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.5.3
container_name: qbit
restart: unless-stopped
depends_on:
- gluetun
network_mode: "container:gluetun"
environment:
- PUID=1000
- PGID=1000
- TZ=US/Eastern
- WEBUI_PORT=9080
volumes:
- /dockers/qbit/appdata/config:/config
- /dockers/downloads:/downloads
#ports:
# - 8080:8080
# - 65497:65497
# - 65497:65497/udp
networks:
default: