Skip to content

Commit 67605a6

Browse files
authored
Merge branch 'main' into noble
2 parents 2654f2d + 82d65a5 commit 67605a6

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
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:

package_versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jmdns 3.4.1
143143
jna 5.12.1 java-archive
144144
joda-time 2.10.4 java-archive
145145
jq 1.6-2.1ubuntu3 deb
146-
jrt-fs 17.0.11 java-archive
146+
jrt-fs 17.0.12 java-archive
147147
json 20231013 java-archive
148148
jsr305 3.0.1 java-archive
149149
jsr305 3.0.2 java-archive
@@ -204,8 +204,8 @@ libkrb5-3 1.19.2-2ubuntu0.3
204204
libkrb5support0 1.19.2-2ubuntu0.3 deb
205205
libksba8 1.6.0-2ubuntu0.2 deb
206206
liblcms2-2 2.12~rc1-2build2 deb
207-
libldap-2.5-0 2.5.18+dfsg-0ubuntu0.22.04.1 deb
208-
libldap-common 2.5.18+dfsg-0ubuntu0.22.04.1 deb
207+
libldap-2.5-0 2.5.18+dfsg-0ubuntu0.22.04.2 deb
208+
libldap-common 2.5.18+dfsg-0ubuntu0.22.04.2 deb
209209
liblz4-1 1.9.3-2build2 deb
210210
liblzma5 5.2.5-2ubuntu1 deb
211211
libmd0 1.0.4-1build1 deb
@@ -280,7 +280,7 @@ ncurses-base 6.3-2ubuntu0.1
280280
ncurses-bin 6.3-2ubuntu0.1 deb
281281
netcat 1.218-4ubuntu1 deb
282282
netcat-openbsd 1.218-4ubuntu1 deb
283-
openjdk-17-jre-headless 17.0.11+9-1~22.04.1 deb
283+
openjdk-17-jre-headless 17.0.12+7-1ubuntu2~22.04 deb
284284
openssh 1.0 java-archive
285285
openssl 3.0.2-0ubuntu1.16 deb
286286
org.eclipse.paho.client.mqttv3 1.1.0 java-archive

readme-vars.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ app_setup_block: |
9090
EOF
9191
```
9292
93-
If you are using the Mongo v4 (the latest which does not require AVX):
94-
95-
```js
96-
db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "dbOwner", db: "MONGO_DBNAME"}, {role: "dbOwner", db: "MONGO_DBNAME_stat"}]});
97-
```
98-
9993
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your *mongodb* container.
10094
10195
For example:

0 commit comments

Comments
 (0)