Zeigren / inventree-docker

Docker Stack For InvenTree A Open Source Inventory Management System
11 stars 5 forks source link

Docker User #2

Open Zeigren opened 4 years ago

Zeigren commented 4 years ago

Running a container as root isn't a good idea, need to change it to run as a non-root user.

fenugrec commented 3 years ago

Agreed; what would be required to make this work ?

Zeigren commented 3 years ago

I think it mainly comes down to dealing with any permissions issues with the static and media files that are served up by NGINX and when copying files in off the host during development. There's also doing permissions fixes for existing installs but that's easy enough to do.