Hey everyone,
I am struggling a bit with
I am running Immich on Docker Desktop on Windows - I can make it run just fine but I would like to use my network drive that is connected to my NAS as main library(upload location)
I have it added in docker file sharing but I am not sure how to properly mark it up in .env
The location where your uploaded files are stored
UPLOAD_LOCATION=//p
This variant didnt work neither did P:\
What would be the correct way to do this?