docs: add occweb to troubleshooting
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
e8f72505a2
commit
1b9f37a427
|
@ -41,6 +41,10 @@ docker exec -it my_nc_container php occ memories:index
|
|||
# ^^^ <-- this is required
|
||||
```
|
||||
|
||||
!!! warning "OCCWeb"
|
||||
|
||||
The OCCWeb app is deprecated, and will not work with Memories. You must use the `occ` command line.
|
||||
|
||||
### Usage of tmpfs
|
||||
|
||||
If you are using `tmpfs` (e.g. for the Recognize app), make sure the temp directory is set to executable. With Docker compose, your `docker-compose.yml` should look like this:
|
||||
|
|
Loading…
Reference in New Issue