At macos 2020 When you want to connect to the server with some directory Even though docker is running, in the terminal,
docker-compose up -d
Even so, I get an error ↓
ERROR: Can't find a suitable configuration file in this directory or any parent. Are you in the right directory? Supported filenames: docker-compose.yml, docker-compose.yaml
It was because docker-compose up -d was still running in another directory somewhere. Stop at that directory. At the terminal
docker-compose stop
Settle down with this!
Recommended Posts