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

Remove outdated version specifier in docker-compose #77

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

AetherUnbound
Copy link
Contributor

We were receiving this warning when running docker commands:

$ j down
docker compose --file=docker-compose.yml --file=docker-compose.dev.yml down
WARN[0000] /home/madison/git/techbloc-airflow/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
WARN[0000] /home/madison/git/techbloc-airflow/docker-compose.dev.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 

This prevents these errors from arising.

@AetherUnbound AetherUnbound requested a review from a team as a code owner September 2, 2024 06:50
@AetherUnbound AetherUnbound merged commit ab1a8a9 into main Sep 2, 2024
2 checks passed
@AetherUnbound AetherUnbound deleted the fix/docker-compose-version branch September 2, 2024 06:55
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.

1 participant