Docker-Django
Docker-Django copied to clipboard
Update README.md
Wrong docker command for starting containers
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.