I have tried bots and I never got a working answer, so I suppose I can just ask here.
I'm running Immich on docker using dietpi, a debian based OS.
I want the main and directory to be */media/8Terra/Camera/DCIM/OpenCamera. What do I change in the .env and .yaml file? It feels like I have tried every combination
Currently the .env has this changed
The location where your uploaded files are stored
UPLOAD_LOCATION=∕media/8Terra/Camera/DCIM/OpenCamera
The yaml has this changed
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /media/8Terra/Camera/DCIM/OpenCamera
Thanks
.