Bot Updating Documentation

pull/234/head
LinuxServer-CI 2024-07-23 14:02:26 +00:00
rodzic c7ba82610e
commit b1a7f0d6ad
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -73,12 +73,6 @@ 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: