Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoTheEvo committed Jan 24, 2021
1 parent 163f9ea commit 81a201f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions nextcloud/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -188,6 +181,12 @@ upstream php-handler {
Which is named in the `.env` file.</br>
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)
Expand Down

0 comments on commit 81a201f

Please sign in to comment.