mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
docs: Fix documentation for running as a non-root Docker user (#8218)
* Update FAQ.mdx * Update FAQ.mdx * Update FAQ.mdx
This commit is contained in:
parent
b07a565e34
commit
b449feb3e1
1 changed files with 5 additions and 1 deletions
|
@ -288,7 +288,11 @@ Immich components are typically deployed using docker. To see logs for deployed
|
|||
### How can I run Immich as a non-root user?
|
||||
|
||||
You can change the user in the container by setting the `user` argument in `docker-compose.yml` for each service.
|
||||
You may need to add an additional volume to `immich-microservices` that mounts internally to `/usr/src/app/.reverse-geocoding-dump`.
|
||||
You may need to add mount points or docker volumes for the following internal container paths:
|
||||
|
||||
- `immich-machine-learning:/.config`
|
||||
- `immich-machine-learning:/.cache`
|
||||
- `redis:/data`
|
||||
|
||||
The non-root user/group needs read/write access to the volume mounts, including `UPLOAD_LOCATION`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue