From d786da3be68fda9c4e3415cafbe946d1d93e2e6c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 19 Mar 2024 19:49:27 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-unifi-network-application.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/images/docker-unifi-network-application.md b/docs/images/docker-unifi-network-application.md index 9b689e926..be8a795ff 100755 --- a/docs/images/docker-unifi-network-application.md +++ b/docs/images/docker-unifi-network-application.md @@ -41,7 +41,7 @@ After setup, the web UI is available at https://ip:8443. The application can be ### Setting Up Your External Database -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. +Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported. **Make sure you pin your database image version and do not use `latest`, as mongodb does not support automatic upgrades between major versions.** @@ -132,7 +132,7 @@ services: - MONGO_TLS= #optional - MONGO_AUTHSOURCE= #optional volumes: - - /path/to/data:/config + - /path/to/unifi-network-application/data:/config ports: - 8443:8443 - 3478:3478/udp @@ -172,7 +172,7 @@ docker run -d \ -p 8880:8880 `#optional` \ -p 6789:6789 `#optional` \ -p 5514:5514/udp `#optional` \ - -v /path/to/data:/config \ + -v /path/to/unifi-network-application/data:/config \ --restart unless-stopped \ lscr.io/linuxserver/unifi-network-application:latest ``` @@ -216,7 +216,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | All Unifi data stored here | +| `/config` | Persistent config files | #### Miscellaneous Options