Skip to content

Commit 7ff83ef

Browse files
authored
Update README.md
1 parent 8338919 commit 7ff83ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This is an extension for [ownCloud web](https://github.com/owncloud/web) for vie
2222

2323
1. Copy [`deployments/3dviewer.yaml`](./deployments/3dviewer.yaml) into the [web_extensions](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/web_extensions)
2424
subfolder of oCIS full deployment example.
25-
2. Add `MODEL_3D_VIEWER=:web_extensions/3dviewer.yaml` to the `## oCIS Web Extensions ##` section of the `.env` file of your installation (file is located in [deployments/examples/ocis_full](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full)) and append it to the `COMPOSE_FILE` variable.
25+
2. Add `APP_3D_VIEWER=:web_extensions/3dviewer.yaml` to the `## oCIS Web Extensions ##` section of the `.env` file of your installation (file is located in [deployments/examples/ocis_full](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full)) and append it to the `COMPOSE_FILE` variable.
2626

2727
```env
2828
## oCIS Web Extensions ##
29-
MODEL_3D_VIEWER=:web_extensions/3dviewer.yaml
29+
APP_3D_VIEWER=:web_extensions/3dviewer.yaml
3030
31-
COMPOSE_FILE=docker-compose.yml${...}${MODEL_3D_VIEWER:-}
31+
COMPOSE_FILE=docker-compose.yml${...}${APP_3D_VIEWER:-}
3232
```
3333

3434
3. Run `docker compose up` to run oCIS with the extensions

0 commit comments

Comments
 (0)