Bot Updating Documentation

pull/97/head
LinuxServer-CI 2023-03-18 11:37:05 -05:00
rodzic f57275a128
commit 925b9c3794
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -33,6 +33,14 @@ The architectures supported by this image are:
| arm64 | ✅ | arm64v8-\<version tag\> | | arm64 | ✅ | arm64v8-\<version tag\> |
| armhf | ❌ | | | armhf | ❌ | |
## Version Tags
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
| Tag | Available | Description |
| :----: | :----: |--- |
| latest | ✅ | Stable Unifi Controller releases. |
| mongoless | ✅ | Stable Unifi Controller releases without mongodb included. |
## Application Setup ## Application Setup
The webui is at https://ip:8443, setup with the first run wizard. The webui is at https://ip:8443, setup with the first run wizard.
@ -204,6 +212,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **18.03.23:** - Add mongoless branch.
* **10.03.23:** - Test writing to /run/unifi and symlink to /config/run if it fails. * **10.03.23:** - Test writing to /run/unifi and symlink to /config/run if it fails.
* **20.02.23:** - Migrate to s6v3, install deb package on build, fix permissions. * **20.02.23:** - Migrate to s6v3, install deb package on build, fix permissions.
* **23.01.23:** - Exclude `run` from `/config` volume. * **23.01.23:** - Exclude `run` from `/config` volume.