1
0
Fork 0
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:
mmomjian 2024-03-23 15:21:40 -04:00 committed by GitHub
parent b07a565e34
commit b449feb3e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.