Sylius/Sylius-Standard

"make init" doesn't work

Closed this issue · 2 comments

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

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

It works iif docker-compose is replaced by docker compose (no more "-" but a space).