We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running docker compose commands locally, we see the following warning message in the output:
docker compose
WARN[0000] .../eligibility-server/compose.yml: `version` is obsolete
This is referencing the version: "3.8" line in compose.yml, which apparently can now be removed
version: "3.8"
compose.yml
version
cal-itp/benefits#2054
The text was updated successfully, but these errors were encountered:
thekaveman
Successfully merging a pull request may close this issue.
When running
docker compose
commands locally, we see the following warning message in the output:This is referencing the
version: "3.8"
line incompose.yml
, which apparently can now be removedAcceptance Criteria
version
is removed fromcompose.yml
docker compose
commandsAdditional context
cal-itp/benefits#2054
The text was updated successfully, but these errors were encountered: