needo37 / deluge

Docker for deluge
1 stars 10 forks source link

Won't mount my downloads folder #2

Closed tomhoogeveen closed 9 years ago

tomhoogeveen commented 9 years ago

I ran the following command: docker run -d --name="deluge" -v /opt/appdata/Deluge:/config -v /media:/downloads -v /etc/localtime:/etc/localtime:ro -p 9090:9090 -p 58846:58846 needo/deluge

But it refuses to mount /media to the /downloads folder in the container.

Did I do something wrong?

needo37 commented 9 years ago

Does /media exist?

tomhoogeveen commented 9 years ago

Sorry I have been a complete idiot. I was setting up the wrong paths is deluge.

I thought it had to be "/downloads/media/drive name", but it had to be"downloads/drive name"

Thanks for the quick response though :+1: