Hey guys. I've install Deluge using docker, but the webui wont start. No error, just starts with a blank screen. This is my code:
Code
---
version: "2.1"
services:
deluge:
image: lscr.io/linuxserver/deluge
container_name: deluge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Belgrade
volumes:
- /MainPool/Documents/Containers/deluge:/config
- /MainPool/Multimedia/Media/Download:/downloads
ports:
- 8112:8112
- 6881:6881
- 6881:6881/udp
restart: unless-stopped
Display More
Any ideas? Tried restarting it, removing it, installing again...no luck.