stuff/homeservers/Immich.md
Moni Ghaoui 47aa1a3484 FC
2025-04-14 19:51:40 +02:00

15 lines
527 B
Markdown

Compose file:
[compose.yaml](../containers/docker/immich/compose.yaml)
For immich I added a dedicated user:
```sh
sudo useradd immich
```
This creates a `/home/immich` directory. We neet to run `cat /etc/passwd` to get the id of the user.
Unfortunately, I have not been able to use the user id for the containers, so everything is written as root. I'm still using `/home/immich`, but all the files are written there as root.
Eventually I might use podman but I don't know enough about it yet to get comfortable with it.