diff --git a/media-management.yaml b/media-management.yaml index a871217..844090f 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -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: