removed qbit

This commit is contained in:
Peter Wood
2022-09-25 20:07:41 -04:00
parent e8de8a89fd
commit fec7383bec

View File

@@ -29,17 +29,17 @@ services:
# - SERVER_CITIES=Stockholm # - SERVER_CITIES=Stockholm
# - SERVER_HOSTNAMES: Comma separated list of server hostnames # - SERVER_HOSTNAMES: Comma separated list of server hostnames
restart: always restart: always
qbittorrent: sabnzbd:
image: lscr.io/linuxserver/qbittorrent:latest image: lscr.io/linuxserver/sabnzbd:latest
container_name: qbittorrent container_name: sabnzbd
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=America/New_York - TZ=America/New_York
- WEBUI_PORT=8080
volumes: volumes:
- /mnt/d/docker/qbittorrent/config:/config - /mnt/d/docker/sabnzbd/config:/config
- /mnt/d/media/downloads:/downloads - /mnt/d/media/downloads/sabnzbd/complete:/downloads
- /mnt/d/media/downloads/sabnzbd/incomplete/:/incomplete-downloads
# network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above # network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above
network_mode: "service:gluetun" network_mode: "service:gluetun"
restart: always restart: always