django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

Fix commands: docker compose -> docker-compose #26

Closed Abdur-rahmaanJ closed 2 years ago

crydotsnake commented 2 years ago

Hello Abdur,

Thanks for your contribution!

Since Compose V2, docker-compose is now included inside docker. So docker compose is correct here!

You can find more information here: https://docs.docker.com/compose/cli-command/

Abdur-rahmaanJ commented 2 years ago

Thanks a lot, i have to update then!

crydotsnake commented 2 years ago

No problem at all!

We should add a note in the README about this.