We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c61d6 commit 8338919Copy full SHA for 8338919
README.md
@@ -28,7 +28,7 @@ This is an extension for [ownCloud web](https://github.com/owncloud/web) for vie
28
## oCIS Web Extensions ##
29
MODEL_3D_VIEWER=:web_extensions/3dviewer.yaml
30
31
- COMPOSE_FILE=docker-compose.yml${...}${3D_VIEWER:-}
+ COMPOSE_FILE=docker-compose.yml${...}${MODEL_3D_VIEWER:-}
32
```
33
34
3. Run `docker compose up` to run oCIS with the extensions
0 commit comments