realies / soulseek-docker

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

PUID and PGID parameters #24

Closed HeadcaseFargone closed 4 years ago

HeadcaseFargone commented 4 years ago

I have a local user with uid and gid 1000. In my docker-compose file I'm passing the parameters PUID=1000 and PGID=1000, yet Soulseek still creates new files and folders as root user. Other containers that take these same parameters are working properly regarding permissions. Am I missing something else or is it an issue with this image?

realies commented 4 years ago

try using lower case variable names, as defined in the readme

HeadcaseFargone commented 4 years ago

That did it. Thanks for the super quick response.

realies commented 2 years ago

@HeadcaseFargone, decided to make these capitalised, so it follows the standard convention seen in other containers :)