Closed kamal2222ahmed closed 3 years ago
Hello
I think the error might be present due to an old version of docker compose. Please check that you have docker compose (1.28.4) or above installed.
You can issue the following command in the console to check this:
docker-compose --version
If you have an older version, please install a new one, check out their official tutorial: https://docs.docker.com/compose/install/ And please check the "Upgrading" chapter
Tell me how it worked out, thanks!
I'll close the issue in 24 hours if's is all ok for you.
when trying to run the command $docker-compose build , i get error:
$ cat docker-compose.yml version: '3.8'
installed version:
$ docker --version Docker version 19.03.5, build 633a0ea