From 2ce5c87c0772ac253744f4269b6fd1e81440fdc7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 7 Sep 2023 11:21:30 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-unifi-network-application.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/docker-unifi-network-application.md b/images/docker-unifi-network-application.md index e8bd22f435..27b21c5605 100755 --- a/images/docker-unifi-network-application.md +++ b/images/docker-unifi-network-application.md @@ -42,6 +42,8 @@ The web UI is at https://ip:8443, setup with the first run wizard. Formally only mongodb 3.6 through 4.4 are supported, however, it has been reported that newer versions will work. If you choose to use a newer version be aware that you will not be operating a supported configuration. +**Make sure you pin your database image version and do not use `latest`, as mongodb does not support automatic upgrades between major versions.** + If you are using the [official mongodb container](https://hub.docker.com/_/mongo/), you can create your databases using an `init-mongo.js` file with the following contents: ```js