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

fix: remove obsolete version statement #40

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

recursivetree
Copy link
Contributor

Our docker-compose files include a top-level version statement. This is deprecated by docker(https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete) and throws a warning whenever executing any docker compose <xxx> commands:

WARN[0000] /Users/me/seat-dev-5/docker-compose.yml: `version` is obsolete

This PR removes the version statements from our docker-compose files to supress this warning.

@Crypta-Eve Crypta-Eve merged commit e111c00 into eveseat:master Jun 10, 2024
1 of 7 checks passed
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