mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2024-11-09 23:24:08 -08:00
Bot Updating Templated Files
This commit is contained in:
parent
7c4f706ff3
commit
f8b55405ff
|
@ -96,6 +96,12 @@ db.createUser({
|
||||||
EOF
|
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.
|
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:
|
For example:
|
||||||
|
|
Loading…
Reference in a new issue