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

Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
568
I can’t find any option to restore just the settings. 1710356648 Phew, managed to fix it. Within the...
Replies
4
Views
482
Good to hear. Deluge has not been updated for almost two years now as an app, nevertheless. But it gives...
Replies
12
Views
1,084
  • Question
Open an issue on that GitHub page. The developers will be glad to assist. OP has posted two threads on...
Replies
5
Views
1,069
I'm happy with email notifications but in v0.3.3 of dockcheck the author added apprise notifications...
Replies
4
Views
1,190
I am also trying to setup a Z-wave USB dongle and am getting stuck after following the same steps as...
Replies
1
Views
1,121
How did you create the Portainer container in first place? As in exact docker run commands or in case...
Replies
7
Views
1,372

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