mongo: add more security information

More on docker-library/mongo#656.
This commit is contained in:
David Dooling 2023-12-21 12:26:37 -06:00
parent 2c625ace6e
commit a8642a0157
No known key found for this signature in database
GPG Key ID: D040090BA3782BE0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007
# Security
By default Mongo's configuration requires no authentication for access, even for the administrative user. See the "`MONGO_INITDB_ROOT_USERNAME`, `MONGO_INITDB_ROOT_PASSWORD`" section below for information on how to begin securing Mongo and the [MongoDB Security documentation](https://www.mongodb.com/docs/manual/security/) for more detail.
By default Mongo's configuration requires no authentication for access, even for the administrative user. It is highly recommended to set a root user name and password if you plan on exposing your Mongo instance to the internet. See the "`MONGO_INITDB_ROOT_USERNAME`, `MONGO_INITDB_ROOT_PASSWORD`" section below for instructions and the [MongoDB Security documentation](https://www.mongodb.com/docs/manual/security/) for a more complete treatment.
# How to use this image