Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-compose issues fixed #124

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

vortex-hue
Copy link

I had issues while running taiga with Docker Compose because the most stable version is v1.x and the docker commands are for v2.x, so i created extra files to support v2.x and also v1.x so that others can run theirs smoothly, Further questions are welcome.

Since most users use docker compose v1.x, it'll be nice to update this
madeit compatible with docker compose v1.x
Use when running on docker-compose v2.x
@fox91
Copy link

fox91 commented Jan 26, 2024

From Docker Compose docs:

Effective July 2023, Compose V1 stopped receiving updates and is no longer in new Docker Desktop releases. Compose V2 has replaced it and is now integrated into all current Docker Desktop versions. For more information, see Migrate to Compose V2.

Does it make sense to include compatibility with an EOL product when the new version under active development is already supported?

@vortex-hue
Copy link
Author

vortex-hue commented Jan 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants