Skip to content

Commit 86467a5

Browse files
authored
Merge pull request #2399 from whalelines/main
mongo: add security section
2 parents 678fac9 + f521ebc commit 86467a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mongo/content.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007
88
99
%%LOGO%%
1010

11+
# Security
12+
13+
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.
14+
1115
# How to use this image
1216

1317
## Start a `%%REPO%%` server instance
@@ -46,7 +50,7 @@ The MongoDB Server log is available through Docker's container log:
4650
$ docker logs some-%%REPO%%
4751
```
4852

49-
## Configuration
53+
# Configuration
5054

5155
See the [MongoDB manual](https://docs.mongodb.com/manual/) for information on using and configuring MongoDB for things like replica sets and sharding.
5256

0 commit comments

Comments
 (0)