From 677ac79c0ffd4394a215c177536d1422eff9197d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 26 Oct 2019 06:46:34 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-nextcloud.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/images/docker-nextcloud.md b/images/docker-nextcloud.md index 0259540a5f..f0bb608f40 100644 --- a/images/docker-nextcloud.md +++ b/images/docker-nextcloud.md @@ -114,9 +114,11 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup -Access the webui at `:443`, for more information check out [Nextcloud](https://nextcloud.com/). +Access the webui at `https://:443`, for more information check out [Nextcloud](https://nextcloud.com/). -If you are updating our container along with the in app updater and you are not customizing our default nginx configuration you will need to remove the file: +In order to update nextcloud version, first make sure you are using the latest docker image, and then perform the in app gui update. Docker image update and recreation of container alone won't update nextcloud version. + +If you are not customizing our default nginx configuration you will need to remove the file: ``` /config/nginx/site-confs/default ``` @@ -137,6 +139,7 @@ Then restart the container to replace it with the latest one. ## Versions +* **24.10.19:** - Nginx default site config updated due to CVE-2019-11043 (existing users should delete `/config/nginx/site-confs/default` and restart the container). * **14.07.19:** - Download nextcloud during build time. * **28.06.19:** - Rebasing to alpine 3.10. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.