This commit is contained in:
DoTheEvolution 2020-07-21 01:19:33 +02:00
parent 784a75661d
commit 292b18dde2
1 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@
![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.
@ -350,7 +357,7 @@ Assuming clean start.
* start the containers: `docker-compose up -d`</br>
let them run so they create the file structure
* down the containers: `docker-compose down`
* delete the directories `configs`, `data`, `themes` in the freshly created
* delete the directories `config`, `data`, `themes` in the freshly created
`nextcloud/nextcloud-data/`
* from the backup of `/nextcloud/nextcloud-data/`, copy the directories
`configs`, `data`, `themes` in to the new `/nextcloud/nextcloud-data/`