Skip to content

Commit e80cea2

Browse files
Bot Updating Templated Files
1 parent cee2c99 commit e80cea2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ db.createUser({
9696
EOF
9797
```
9898

99-
If you are using the Mongo v4 (the latest which does not require AVX):
100-
101-
```js
102-
db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME"}, {role: "dbOwner", db: "MONGO_DBNAME_stat"}]});
103-
```
104-
10599
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your *mongodb* container.
106100

107101
For example:

0 commit comments

Comments
 (0)