anything-llm
anything-llm copied to clipboard
Solution for the Docker error "no such file or directory" (Mac)
Hi. when executing the command docker-compose up -d --build
an error has occurred
"zsh: no such file or directory: /Applications/Docker.app/Contents/Resources/bin/docker-composesource"
it helped me to fix the command on
/Applications/Docker.app/Contents/Resources/bin/docker-compose up -d --build
I hope this helps anyone with a similar problem.