error while creating mount source path: operation not permitted #79
-
Hi, I followed the installation instructions for a Mac user with Ollama served locally. Instructions below:
I get the following error after running "docker compose up":
The docker-compose.yml file is at the same location is the n8n folder. I tested several things like ensuring access permissions on the n8n folder, adding the folder path to the paths in docker desktop file sharing settings, changing the relative path to the full path in the n8n volumes section of the docker-compose.yml file. None of them worked. Many thanks in advance. PS: I have not made any modifications to the docker-compose.yml file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed my issue by switching the file sharing implementation for my containers (In Docker Desktop -> Settings -> General -> Virtual Machine Options -> "Choose file sharing implementation for your containers") from "VirtioFS" to "gRPC FUSE". I don't know why it fixes it but it does. |
Beta Was this translation helpful? Give feedback.
I fixed my issue by switching the file sharing implementation for my containers (In Docker Desktop -> Settings -> General -> Virtual Machine Options -> "Choose file sharing implementation for your containers") from "VirtioFS" to "gRPC FUSE".
I don't know why it fixes it but it does.