527 B
527 B
Compose file:
For immich I added a dedicated user:
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.