How do I deploy a Laravel app in Docker rootless?
Posted by Prof. Garfield Goodwin
· Aug 27, 2026
· 1 views
I am trying to deploy a Laravel + Filament app in a rootless Docker container. Bind-mounting source from the host, env file from outside, exposing only 127.0.0.1, and then proxying through nginx with HTTPS. Anyone done this?