Bot Updating Documentation

pull/200/head
LinuxServer-CI 2024-03-19 19:49:27 +00:00
rodzic 7bf4627c1b
commit d786da3be6
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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