From 81a201f35c374043f7c8f7b7ed05eeb6ede819d5 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 24 Jan 2021 09:19:56 +0100 Subject: [PATCH] update --- nextcloud/readme.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 60804f5..47eb55d 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -4,13 +4,6 @@ ![logo](https://i.imgur.com/VXSovC9.png) -# notice - -current issue, [redis version 6.0](https://github.com/nextcloud/server/issues/21913) - -use `image: redis:5.0.9-alpine` instead of `image: redis` - - # Purpose & Overview File share & sync. @@ -188,6 +181,12 @@ upstream php-handler { Which is named in the `.env` file.
If one does not exist yet: `docker network create caddy_net` +# notice + +current issue, [redis version 6.0](https://github.com/nextcloud/server/issues/21913) + +Therefore `image: redis:5.0.9-alpine` is used instead of `image: redis` like with the rest. + # Reverse proxy [Nextcloud official documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html)