Update media-management.yaml
parent
fff7846ce7
commit
2149908bc8
|
@ -161,25 +161,25 @@ services:
|
||||||
cpus: '2'
|
cpus: '2'
|
||||||
memory: 2G
|
memory: 2G
|
||||||
|
|
||||||
#qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:4.5.3
|
image: lscr.io/linuxserver/qbittorrent:4.5.3
|
||||||
container_name: qbit
|
container_name: qbit
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- gluetun
|
- gluetun
|
||||||
network_mode: "container:gluetun"
|
network_mode: "container:gluetun"
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=US/Eastern
|
- TZ=US/Eastern
|
||||||
- WEBUI_PORT=9080
|
- WEBUI_PORT=9080
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/qbit/appdata/config:/config
|
- /dockers/qbit/appdata/config:/config
|
||||||
- /dockers/downloads:/downloads
|
- /dockers/downloads:/downloads
|
||||||
#ports:
|
#ports:
|
||||||
# - 8080:8080
|
# - 8080:8080
|
||||||
# - 65497:65497
|
# - 65497:65497
|
||||||
# - 65497:65497/udp
|
# - 65497:65497/udp
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue