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
_FILE
Allow supplying a file that contains a secret instead of supplying the value directly in the docker-compose.yaml as described in https://docs.docker.com/compose/use-secrets/.
docker-compose.yaml
We want to support that convention to further enhance the usability and flexibility of the service.
docker-compose.yml
compose.yaml
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Allow supplying a file that contains a secret instead of supplying the value directly in the
docker-compose.yaml
as described in https://docs.docker.com/compose/use-secrets/.Motivation
We want to support that convention to further enhance the usability and flexibility of the service.
Requirements
_FILE
suffixdocker-compose.yml
tocompose.yaml
to follow the latest Docker specOpen Questions
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered: