2019-10-12, 08:17 PM
(This post was last modified: 2019-10-12, 08:18 PM by mvallevand.)
(2019-10-12, 07:49 PM)shaboobala Wrote: For anyone that comes across this thread. I solved this by adding my PUID PGID to the environmental variables. I found the PUID and PGID by using shell in a box and to log in as root then typed id username and hit enter. username is what ever name you are using and its cant be root
I specify the user I want on the docker command line --user 65534:100 (I wanted nobody and didn't want to run as root).
Martin