Hello,
Really great app. I'm running it in a docker container.
Here is my config: https://github.com/JohnnyBlocks/ghidorah-portainer/blob/main/pinchflat/docker-compose.yml
Everything seems to be working amazingly with one caveat.
The folders it creates are owned by root:root.
I've specified my user ID and user group in the YML file, but content is created as root.
Any suggestions on how to make it run so the content it downloads is owned by my user?
Worst case I can just schedule a job to run and fix permissions, but if it could create folders under my user:group, that would be ideal.
Appreciate all your efforts!