Missing hyphen in nginx-wsgi-flask readme #704

Closed
opened 2026-03-07 21:22:17 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @DJStompZone on GitHub (Mar 30, 2024).

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

Originally created by @DJStompZone on GitHub (Mar 30, 2024). ### 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
Author
Owner

@glours commented on GitHub (Mar 30, 2024):

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.

@glours commented on GitHub (Mar 30, 2024): Hey @DJStompZone Compose is a Docker CLI since it was rewrote in Golang, you can use `docker compose` for [more than 2 years now](https://www.docker.com/blog/announcing-compose-v2-general-availability/). If you're not still using a version `v1.x` of Compose, I encourage you to [migrate](https://docs.docker.com/compose/migrate/) as Compose v1 reach end of life and is not maintained anymore.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#704