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
When I changed this to
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.
UPLOAD_LOCATION=./libraryWhen 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:roPost 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.

