From 390b58b9c62def93319c69b72449d87ce04784d0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 7 Sep 2023 11:21:13 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e7f78f..177c877 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,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