Apologise in advance but I couldn’t find the solution through search, google, perplexity or GPT. I have got as far as I can but am now totally stuck, not having any experience with docker.
Describe the problem/error/question
I can’t access local files within the N8N docker. I have updated the following section of the YAML file;
probably that’s because you have a space in the folder path. enclose the path into double quotes, e.g. "C:/Users/lloyd/Documents/Main Vault":/data/obsidian
Maybe one of the listed below will work - "C:/Users/lloyd/Documents/Main Vault/":/data/obsidian - "/c/Users/lloyd/Documents/Main Vault":/data/obsidian - "/c/Users/lloyd/Documents/Main Vault/":/data/obsidian - "//c/Users/lloyd/Documents/Main Vault":/data/obsidian - "//c/Users/lloyd/Documents/Main Vault/":/data/obsidian
I don’t have a docker for windows right now, so can’t test
Thank you for all your help. All my research would suggest it is very difficult to bind a folder to docker in windows. Shocker I know. I have gone the other way round and put the Obsidian vault in the shared folder and redirected all the things for Obsidian as that was easier. Thanks again though.