From f8d706bc83d7a4d9982e95c3dcba4900eda223e0 Mon Sep 17 00:00:00 2001 From: Gus Price Date: Thu, 26 Sep 2024 09:06:51 -0700 Subject: [PATCH 1/2] clarity --- docs/docs/FAQ.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/FAQ.mdx b/docs/docs/FAQ.mdx index b1a24e1788a2f..acf9e862dd10e 100644 --- a/docs/docs/FAQ.mdx +++ b/docs/docs/FAQ.mdx @@ -333,7 +333,12 @@ 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`. From 315a8d1010e789d18a352f22fca2d7795b3e1d39 Mon Sep 17 00:00:00 2001 From: Gus Price Date: Thu, 26 Sep 2024 10:29:08 -0700 Subject: [PATCH 2/2] prettier --- docs/docs/FAQ.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/FAQ.mdx b/docs/docs/FAQ.mdx index acf9e862dd10e..3144b1b9a8456 100644 --- a/docs/docs/FAQ.mdx +++ b/docs/docs/FAQ.mdx @@ -339,7 +339,6 @@ The non-root user/group needs read/write access to the volume mounts, including 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`.