Block a user
Skip modify of user/group when PUID/GUID not changed
Dynamic uid switching is only possible as root. If you want to keep it, the default user has to remain root (this change gets reverted). Therefore, the opt-in of --user vikunja
will be…
Skip modify of user/group when PUID/GUID not changed
You need to set the user when you run the command.
docker run -e PGID=1000 -e PUID=1000 --user vikunja ...
Skip modify of user/group when PUID/GUID not changed