realies / soulseek-docker

🐳 Soulseek Docker Container
https://hub.docker.com/r/realies/soulseek/
MIT License
209 stars 35 forks source link

permissions of shared folder #91

Open mamema opened 3 months ago

mamema commented 3 months ago

... are "chmod" every boot according to puid pgid settings.

why?

only solution is mounting read only, then the container log gets filled with:

chmod: changing permissions of '...': Read-only file system

should be avoided because it always triggers a large backup task here, as file is modified.... should be set via env var if needed

realies commented 3 months ago

this was added because people were having issues with mounting folders with unsuitable owner:group or permissions, I'm wondering what would be the best default behaviour

mamema commented 3 months ago

just make this an option to be disabled via env vars