Skip to content
Advertisement

Unable to start docker-compose

I’m trying to configure sendy to run on docker-compose. I’m getting this error when running docker-compose up

error

JavaScript

docker-compose.yml

JavaScript

Advertisement

Answer

In the directory where that docker-compose file exists, is there a Dockerfile specifically called “Dockerfile“?

Under your sendy service, you have the context as the current directory, but no Dockerfile specified. By default, it will look for a file called “Dockerfile” at that location.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement