use correct env var for the home-data service

use correct REVA_STORAGE_HOME_DATA_DRIVER env var for the reva-storage-home-data service
This commit is contained in:
Jörn Friedrich Dreyer
2020-07-07 20:30:41 +02:00
parent db3e7639ff
commit d09a101d2c

View File

@@ -60,7 +60,7 @@ docker-compose exec ocis ./bin/ocis kill reva-storage-home-data
```
docker-compose exec -e REVA_STORAGE_EOS_LAYOUT="{{substr 0 1 .Username}}/{{.Username}}" -e REVA_STORAGE_HOME_DRIVER=eoshome -d ocis ./bin/ocis run reva-storage-home
docker-compose exec -e REVA_STORAGE_EOS_LAYOUT="{{substr 0 1 .Username}}/{{.Username}}" -e REVA_STORAGE_HOME_DRIVER=eoshome -d ocis ./bin/ocis run reva-storage-home-data
docker-compose exec -e REVA_STORAGE_EOS_LAYOUT="{{substr 0 1 .Username}}/{{.Username}}" -e REVA_STORAGE_HOME_DATA_DRIVER=eoshome -d ocis ./bin/ocis run reva-storage-home-data
```
- restart the reva frontend with a new namespace (pointing to the eos storage provider) for the dav files endpoint