15 lines
516 B
Markdown
15 lines
516 B
Markdown
Compose file:
|
|
|
|
[compose.yaml](../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.
|