Docker-Django icon indicating copy to clipboard operation
Docker-Django copied to clipboard

Update README.md

Open alagakin opened this issue 2 years ago • 1 comments

Wrong docker command for starting containers

alagakin avatar May 08 '23 21:05 alagakin

Thank you for the submission @alagakin. However Compose V1 (docker-compose) has been marked deprecated, and Docker has signaled for some time now that V2 (docker compose) is the way to go. It's worth looking into getting up and running with V2 if you can:

https://docs.docker.com/compose/migrate/

As for this project, I'd rather the boilerplate try to target current technologies. If someone can only use V1 then a simple find-replace after cloning should continue to be sufficient for downgrading the various scripts to use docker-compose instead.

MasterKale avatar Jun 19 '23 14:06 MasterKale