Mautic + Docker security tutorial

Your software
My Mautic version is: 5.x

I seems, as if docker now requires NPM to install. So I’ve been looking into the docker alternative.

Since Mautic needs to be accessible from the web, some common docker security measurements can’t be applied (make the container not accessible from the web …).
Now I’ve been searching for more details on docker security and found things like:

https://www.reddit.com/r/selfhosted/comments/1aoujuu/best_security_practices_for_docker_containers/

Is there a good Mautic specific docker security tutorial that you’re using to set things up?