Immich and Security
A question regarding Docker container security.
Does Immich suport the following format in the docker-compose file?
The use of PUID and PGID then allows an administrator to lock down the
I'm not so sure that this a reasonable option. Any thoughts or suggestions?
UPDATE:
So, I guess what I'm wondering, is it possible to setup permissions for the
where the owner is immich and the group is media
Does Immich suport the following format in the docker-compose file?
The use of PUID and PGID then allows an administrator to lock down the
library/ directory by assigning permissions to that directory and it's sub-directories. At the moment the permissions associated with the library directory are linked to the root account and are as followsI'm not so sure that this a reasonable option. Any thoughts or suggestions?
UPDATE:
So, I guess what I'm wondering, is it possible to setup permissions for the
library directory aswhere the owner is immich and the group is media