Sylius / Sylius-Standard

Open Source eCommerce Application on top of Symfony
https://sylius.com
MIT License
243 stars 320 forks source link

"make init" doesn't work #986

Closed jarkt closed 3 months ago

jarkt commented 5 months ago

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 4 months ago

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 4 months ago

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