From 9faadfc4d2c75a1a43dc095bde15b45c9c7a6f99 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 13 Feb 2025 19:39:18 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-unifi-network-application.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/images/docker-unifi-network-application.md b/docs/images/docker-unifi-network-application.md index b89129010..38c8ce424 100755 --- a/docs/images/docker-unifi-network-application.md +++ b/docs/images/docker-unifi-network-application.md @@ -461,6 +461,7 @@ To help with development, we generate this dependency graph. ## Versions +* **13.02.25:** - Revert JRE to 17. * **12.02.25:** - Bump JRE to 21. * **11.08.24:** - **Important**: The mongodb init instructions have been updated to enable auth ([RBAC](https://www.mongodb.com/docs/manual/core/authorization/#role-based-access-control)). We have been notified that if RBAC is not enabled, the official mongodb container allows remote access to the db contents over port 27017 without credentials. If you set up the mongodb container with the old instructions we provided, you should not map or expose port 27017. If you would like to enable auth, the easiest way is to create new instances of both unifi and mongodb with the new instructions and restore unifi from a backup. * **11.08.24:** - Rebase to Ubuntu Noble.