Skip to content

Commit ee8038a

Browse files
Bot Updating Documentation
1 parent 0f1afbf commit ee8038a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/images/docker-unifi-network-application.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ db.createUser({
6868
roles: [
6969
{ db: "${MONGO_DBNAME}", role: "dbOwner" },
7070
{ db: "${MONGO_DBNAME}_stat", role: "dbOwner" },
71-
{ db: "${MONGO_DBNAME}_audit", role: "dbOwner" }
71+
{ db: "${MONGO_DBNAME}_audit", role: "dbOwner" },
72+
{ db: "${MONGO_DBNAME}_restore", role: "dbOwner" }
7273
]
7374
})
7475
EOF
@@ -458,6 +459,7 @@ To help with development, we generate this dependency graph.
458459

459460
## Versions
460461

462+
* **20.04.26:** - Bump JRE to v25 to support v10.3+ of the application.
461463
* **20.10.25:** - Switch to using FW API endpoint for version checks.
462464
* **08.05.25:** - Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs).
463465
* **13.02.25:** - Revert JRE to 17.

0 commit comments

Comments
 (0)