diff --git a/images/docker-unifi-controller.md b/images/docker-unifi-controller.md index dbb6197ba..d1789f72d 100644 --- a/images/docker-unifi-controller.md +++ b/images/docker-unifi-controller.md @@ -33,6 +33,14 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | 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 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 +* **18.03.23:** - Add mongoless branch. * **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. * **23.01.23:** - Exclude `run` from `/config` volume.