webtrees-docker
webtrees-docker copied to clipboard
Run as a different user
Is it possible to run as a different user?
One example where I've seen it done is in the paperless-ngx docker-entrypoint.sh.
Currently no. I'd have to do some more research in how to accomplish this, I'm not very familiar with running Docker containers as anything other than the root user.
I agree, supplying user and group id would be a nice security feature.
Thanks for reminding me about this. I dug through a bunch of linux server.io code and I think should be implemented in latest tag now. please let me know if it works for you