i am testing around with this Dockerimage:
https://github.com/cybersonic/super-slim-lucee-docker/tree/main. In front i use a nginx reverse proxy (not dockerized). So far it rans very smooth but there is one problem. When i create some files trough lucee, the owner of the files is root(:root) (because of the container permissions). So there would be different options - the manual way would be to set permissions via cfexecute(“chmod”) after creating the files. But i am looking for something more fluent. I tried to run the whole Container with the ids of the site user…but his leads to different other problems inside the container. The best thing would tell lucee express to run as another user that root, but i have not found a way to do that. Maybe someone had did this before?