mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
removed qbit
This commit is contained in:
@@ -13,7 +13,6 @@ services:
|
||||
- 8388:8388/tcp # Shadowsocks
|
||||
- 8388:8388/udp # Shadowsocks
|
||||
- 8080:8080/tcp # qbittorrent webUI
|
||||
- 8085:8085/tcp # sabnzbd webUI
|
||||
volumes:
|
||||
- /vpn-gluetun:/gluetun
|
||||
environment:
|
||||
@@ -30,19 +29,6 @@ services:
|
||||
# - SERVER_CITIES=Stockholm
|
||||
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||
restart: always
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- /mnt/d/docker/qbittorrent/config:/config
|
||||
- /mnt/d/media/downloads:/downloads
|
||||
network_mode: "service:gluetun"
|
||||
restart: always
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
|
||||
Reference in New Issue
Block a user