ImmichI
Immich12mo ago
Ganesh070

Use USB HDD under Raspberry Pi under Docker

I have followed https://immich.app/docs/install/docker-compose to start immich server on my raspberry pi 5 and it works fine. It is just that it has the default UPLOAD_LOCATION=./library

When I changed this to /srv/dev-disk-by-uuid-54D0-BA0D/NAS/image_gallery and also added a new line under volumes as below
/srv/dev-disk-by-uuid-54D0-BA0D/NAS/image_gallery:/srv/dev-disk-by-uuid-54D0-BA0D/NAS/image_gallery:ro

Post updating these values, when I restart the docker, the url just doesn't load

I am sure that these are the only two files which need some modification, but can anyone point me how can I get these values correct.
Screenshot_2024-12-26_at_7.13.57_PM.png
Screenshot_2024-12-26_at_7.14.42_PM.png
Was this page helpful?