Hey guys,
so I got a uncertainty I want to kinda run by folks that have a better understanding than I do.
I setup my docker plugin in accordance with your frequently linked tutorial, created my user, changed directory and etc.
But lack of attention I created the jellyfin container in portainer under the standart config which set the user to GUID 1024 instead of the appuser I created of 1002.
Obviously I could just ditch what I have and recreate the container, but it's been a few days and I only now noticed and would like to not reconfigure jellyfin so I'd rather change stuff.
So here's my question:
I found the option in the container to change the GUID, but I did not beforeend create the jellyfin/config folder so that one was generated with the 1024 user, so I'd expect me simply changing it will run into permission issues later on.
Am I correct about this?
If yes, how would I change the owner or add proper permissions to the appuser to modify that folder and not run into that?
Maybe the GUID 1002 being part of the group "docker" (which I did not create but apparently got automatically setup by the docker installation process?) already makes this a non issue? Not sure.
Greetings