kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
623d64dca5
commit
0ac65aa3c1
|
@ -73,6 +73,12 @@ db.createUser({
|
|||
EOF
|
||||
```
|
||||
|
||||
If you are using the Mongo v4 (the latest which does not require AVX):
|
||||
|
||||
```js
|
||||
db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME"}, {role: "dbOwner", db: "MONGO_DBNAME_stat"}]});
|
||||
```
|
||||
|
||||
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your *mongodb* container.
|
||||
|
||||
For example:
|
||||
|
|
Ładowanie…
Reference in New Issue