diff --git a/docs/development.md b/docs/development.md index f575d9cc6..12588efdf 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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