docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

Missing hyphen in nginx-wsgi-flask readme #425

Closed DJStompZone closed 7 months ago

DJStompZone commented 7 months ago

Description

In awesome-compose/nginx-wsgi-flask/README.md, docker compose is erroneously used in two of the code blocks, rather than docker-compose.

Proposed solution

Add missing hyphen to those instances of docker compose

Fixed by #424

glours commented 7 months ago

Hey @DJStompZone Compose is a Docker CLI since it was rewrote in Golang, you can use docker compose for more than 2 years now. If you're not still using a version v1.x of Compose, I encourage you to migrate as Compose v1 reach end of life and is not maintained anymore.