Open Caroga opened 8 years ago
What are the permissions on /data/downloads/config ?
caroga:caroga 777. I'm using one of your other docker instances as well (nzbget) and this one is working with the same configuration. It has successfully wrote his configuration inside the config folder.
I have the same problem. I receive IOError: [Errno 13] Permission denied: '/config/deluged.log'
and that for every files the script is supposed to create. The permission on my config folder is 776. I tried to use the env DELUGED_USER=myusername
but then it said setuser: user myusername not found
when I launch the container
Hi, I'm fairly new to this but I cannot get my head around the following issue:
This happens after building the image from you dockerfile and running it with the following command:
docker run -d --name="deluge" -v /data/downloads/config:/config -v /data/downloads/complete:/downloads -v /etc/localtime:/etc/localtime:ro -p 8112:8112 -p 58846:58846 deluge
/data/downloads is writable as the owner and group are mine. Chmodding /data/downloads to 777 recursively does not seem to help either. Any idea what I am doing wrong or missing? Thank you in advance!