mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
removed qbit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user