Update media-management.yaml
parent
fff7846ce7
commit
2149908bc8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue