feat(deployment): rootless compose file (#25931)

rootless deployment
This commit is contained in:
Matthew Momjian
2026-02-10 12:11:44 -05:00
committed by GitHub
parent a9e0fa43fa
commit 280174026f
2 changed files with 103 additions and 0 deletions

View File

@@ -402,6 +402,9 @@ To decrease Redis logs, you can add the following line to the `redis:` section o
### 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.
[Example docker-compose.yml file](https://github.com/immich-app/immich/blob/main/docker/docker-compose.rootless.yml)
You may need to add mount points or docker volumes for the following internal container paths:
- `immich-machine-learning:/.config`