"make init" doesn't work
Closed this issue · 2 comments
jarkt commented
Has the command ever worked without adding -f compose.yml -f compose.override.yml
to the docker-compose
commands?
$ make init
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
make: *** [Makefile:8: init] Fehler 1
AlexDmr commented
Same problem, the"make init" does not work out of the box, I am unable to correct it, please provide a fix for this.
make init
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
AlexDmr commented
It works iif docker-compose is replaced by docker compose (no more "-" but a space).