Docker linuxserver/deluge download issue

Currently reading
Docker linuxserver/deluge download issue

5
0
NAS
DS918+
Operating system
  1. Windows
Mobile operating system
  1. iOS
Hi All,

I've had my DS918+ for just over a year and decided to move my torrent applications to docker from the little Intel Nuc they're currently on. I have just installed linuxserver/deluge docker and everything seems to be setup ok, however every time I attempt a download it just stays at 0%. When I check the details tab I notice that the error message saying "Tracker Status: Error: Connection timed out". I found a thread where someone had this issue previously, but they never said how they resolved it.

Any help would be appreciated.

1622729129434.png
 
Just testing it with following compose file. The only thing I had to change is the download folder in Deluge which I changed to /downloads.

I did probably not map all the port necessary, but the torrent did start to download.

PUID and PGID should be set to the user that also owns the config and download directory. And I did not use the host network as described in the LinuxServer.io docs.

YAML:
---
version: "2.1"
services:
  deluge:
    image: ghcr.io/linuxserver/deluge
    container_name: deluge
    environment:
      - PUID=1026
      - PGID=100
      - TZ=Europe/London
      - DELUGE_LOGLEVEL=error #optional
    volumes:
      - /volume1/docker/deluge/config:/config
      - /volume1/docker/deluge/downloads:/downloads
    ports:
      - 8112:8112
    restart: unless-stopped
 
Upvote 0

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Looks like I triggered you somehow with my post: it was not my intention. I have no idea whether bash or...
Replies
4
Views
433
Use bind volumes, and the CM Project feature. Hyper Backup can then backup the volumes, and with a copy of...
Replies
2
Views
341
Those are two different layers: one is the management ui to perform actions on the api. the other is the...
Replies
12
Views
546
Thanks for your replies, but I found the solution: I had to allow port 8083 in the firewall.
Replies
5
Views
515
Thank you for this - I'll give it a go and see where I get - worst case I learn something as I go!
Replies
6
Views
646
I have no idea what you are doing, but I just tested it based on the instructions of the guide you linked...
Replies
11
Views
1,390
Of course you can, and indeed as @Rusty already advised Gluetun is the way to go. I use it without issues...
Replies
5
Views
679

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top