Files
docker-docs/content/includes/compose/secrets.md
Allie Sadler 7598097a58 Engdocs 2080 (#19953)
* ENGDOCS-2080

* consistency fix

* file watch addition

* file watch addition

* edits

* edits

* review edits and further includes files
2024-05-20 08:11:02 +01:00

357 B
Raw Blame History

Docker Compose provides a way for you to use secrets without having to use environment variables to store information. If youre injecting passwords and API keys as environment variables, you risk unintentional information exposure. Services can only access secrets when explicitly granted by a secrets attribute within the services top-level element.