Dockerized MognoDB Security thoughts, also using subdomain instead of ip and port
Currently I have dockerized an authenticated MongoDB container inside VPS. I've done all the required docker setup and configured the DNS that would point to my subdomain (let's say it's mydb.test.com). Also I've added SSL for that subdomain. What do…