From 5b5219aeea02fff5482e488f989026e6099d8239 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 21 Mar 2021 22:39:41 -0400 Subject: [PATCH] Bot Updating Documentation --- images/docker-nextcloud.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/images/docker-nextcloud.md b/images/docker-nextcloud.md index c99eab673..8d8f31746 100644 --- a/images/docker-nextcloud.md +++ b/images/docker-nextcloud.md @@ -32,6 +32,14 @@ The architectures supported by this image are: | arm64 | arm64v8-latest | | armhf | arm32v7-latest | +## Version Tags + +This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them. + +| Tag | Description | +| :----: | --- | +| latest | Stable Nextcloud releases (currently php7) | +| php8 | Experimental php8 based Nextcloud releases | ## Usage @@ -181,6 +189,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **21.03.21:** - Publish `php8` tag for testing. * **25.02.21:** - Nginx default site config updated for v21 (existing users should delete `/config/nginx/site-confs/default` and restart the container). * **21.01.21:** - Fix php iconv (was breaking the mail addon). If installed, attempt to remove broken CODE Server app during startup. * **20.01.21:** - Increase php fcgi timeout to prevent 504 Gateway timeout errors (existing users should delete `/config/nginx/site-confs/default` and restart the container).