Skip to content

Commit

Permalink
use correct env vars for data provider
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Aug 26, 2020
1 parent a81b660 commit 826f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eos.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Kill the home data provider. By default it uses the `owncloud` storage driver. W

```
docker-compose exec ocis ./bin/ocis kill reva-storage-home-data
docker-compose exec -e REVA_STORAGE_HOME_DRIVER=eoshome -e REVA_STORAGE_HOME_MOUNT_ID=1284d238-aa92-42ce-bdc4-0b0000009158 ocis ./bin/ocis run reva-storage-home-data
docker-compose exec -e REVA_STORAGE_HOME_DATA_DRIVER=eoshome ocis ./bin/ocis run reva-storage-home-data
```

{{< hint info >}}
Expand Down

0 comments on commit 826f02a

Please sign in to comment.