wernight / docker-qbittorrent

Containerized qBittorrent NOX (i.e., headless)
https://registry.hub.docker.com/u/wernight/qbittorrent/
MIT License
48 stars 35 forks source link

Cannot create torrent resume folder #25

Open ciasis opened 3 years ago

ciasis commented 3 years ago

So after starting the container and fixing the unable to write config file error, I have a new error that I don't know how to fix:

2021-07-01T17:19:54.350788722Z Cannot create torrent resume folder: "/home/qbittorrent/.local/share/qBittorrent/BT_backup"

Is this something inside the container or can I do anything about it?

wernight commented 3 years ago

I suppose that either you're running as another user than the default and/or you're mounting this or its parent directory. You need to ensure that the user you're running with has access to this directory for writing.

ciasis commented 3 years ago

Yes, I changed the PUID and GUID to my regular user I ran every docker container with. So should I keep the default user then?