Remove ambiguous instructions

This commit is contained in:
thespad 2024-07-23 14:59:33 +01:00
parent 4caf784aac
commit cee2c992e1
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

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