MasterKale / Docker-Django

A complete Django setup, running in Docker
71 stars 27 forks source link

Update README.md #29

Open alagakin opened 1 year ago

alagakin commented 1 year ago

Wrong docker command for starting containers

MasterKale commented 1 year ago

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.