Hello,
I cant seem to figure out the configuration in windows using Docker Desktop. All i want ot do is have Immich scan my existing photos.
Ive tried many cobinations of escape chars but cant get the server to load this config without an error:
yaml: line 17: found a tab character that violates indentation
the only think added is the D: mapping.
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- "D:\Temp\Camera:/mnt/media:ro"
Even adding the details from the setup page causes an error.
https://immich.app/docs/features/libraries
I can get Immich to load starting from doker and not powershell but under the Administration when i add the path, it says path not found.
Any ideas? This is the real path im trying to get to work but im assuming the space is an issue as well: D:\My Documents\Camera
Thanks.
.