I’m trying to get local trigger node to read a file in one of my folders but I don’t think that my local file trigger even has access to my computer as it’s not pulling anything up. How can I confirm that it has access to my local files and, if not, how do I change it to have access? It’s currently running off Docker locally on my machine.
n8n version:1.59.4
Database (default: SQLite): Default
n8n EXECUTIONS_PROCESS setting (default: own, main):Default
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Windows 11 Pro
When using docker, since the instance is in an isolated container, we need to share the local files with the container to be able to access them. This video explains it quite well - Sharing local files with containers | Docker Docs