mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
removed qbit
This commit is contained in:
@@ -13,7 +13,6 @@ services:
|
|||||||
- 8388:8388/tcp # Shadowsocks
|
- 8388:8388/tcp # Shadowsocks
|
||||||
- 8388:8388/udp # Shadowsocks
|
- 8388:8388/udp # Shadowsocks
|
||||||
- 8080:8080/tcp # qbittorrent webUI
|
- 8080:8080/tcp # qbittorrent webUI
|
||||||
- 8085:8085/tcp # sabnzbd webUI
|
|
||||||
volumes:
|
volumes:
|
||||||
- /vpn-gluetun:/gluetun
|
- /vpn-gluetun:/gluetun
|
||||||
environment:
|
environment:
|
||||||
@@ -30,19 +29,6 @@ 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:
|
|
||||||
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:
|
sabnzbd:
|
||||||
image: lscr.io/linuxserver/sabnzbd:latest
|
image: lscr.io/linuxserver/sabnzbd:latest
|
||||||
container_name: sabnzbd
|
container_name: sabnzbd
|
||||||
|
|||||||
Reference in New Issue
Block a user