From 62a490eca2e066318644964f9bead196b792480d Mon Sep 17 00:00:00 2001 From: Gus Price <42309183+GusPrice@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:34:01 -0700 Subject: [PATCH] docs: add clarity to non root user section (#12956) * clarity * prettier --- docs/docs/FAQ.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/FAQ.mdx b/docs/docs/FAQ.mdx index b1a24e1788..3144b1b9a8 100644 --- a/docs/docs/FAQ.mdx +++ b/docs/docs/FAQ.mdx @@ -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`.