Move deluge onto walker
Stop torrent traffic being limitted by home broadband
This commit is contained in:
@ -1,20 +0,0 @@
|
||||
version: "2.3"
|
||||
services:
|
||||
deluge:
|
||||
image: linuxserver/deluge:latest
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- "{{ app_data_dir }}/deluge:/config"
|
||||
- /mnt/scratch/deluge:/downloads
|
||||
ports:
|
||||
- 8112:8112
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- tor-socks-proxy
|
||||
|
||||
tor-socks-proxy:
|
||||
image: peterdavehello/tor-socks-proxy:latest
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user