I have created a database and would like to host it inside a docker container on some server. I do not want a "random stranger" to change my database, so I would like to give everybody accessing the database in the container only reading privileges. ...