Aune
IImmich
•Created by Aune on 12/21/2022 in #help-desk-support
Running Docker images with non-root UID
I just noticed the error from microservices was not complaining about writing to
/usr/src/app/geocoding
but rather /usr/src/app/.reverse-geocoding-dump/
. I mounted that directory as well, then used chown
on it afterwards. After a restart the container is running and everything is functional! Thank you!10 replies
IImmich
•Created by Aune on 12/21/2022 in #help-desk-support
Running Docker images with non-root UID
Hey, thank you for your assistance.
I tried it out, but the microservice is now complaining it can't access the
/usr/src/app/geocoding/
directory. I noticed the mounted directory was created as root on the host machine. So I think the directory still gets created as root
and is then inaccessible because the container is running as 1000?10 replies