Skip to content

Commit

Permalink
docs: add clarity to non root user section (#12956)
Browse files Browse the repository at this point in the history
* clarity

* prettier
  • Loading branch information
GusPrice authored Sep 26, 2024
1 parent 60679a6 commit 62a490e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,11 @@ You may need to add mount points or docker volumes for the following internal co
- `immich-machine-learning:/.cache`
- `redis:/data`

The non-root user/group needs read/write access to the volume mounts, including `UPLOAD_LOCATION`.
The non-root user/group needs read/write access to the volume mounts, including `UPLOAD_LOCATION` and `/cache` for machine-learning.

:::note Docker Compose Volumes
The Docker Compose top level volume element does not support non-root access, all of the above volumes must be local volume mounts.
:::

For a further hardened system, you can add the following block to every container except for `immich_postgres`.

Expand Down

0 comments on commit 62a490e

Please sign in to comment.