Skip to content

Commit

Permalink
Update multi-container-apps env vars security typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonegolf71 authored and stephen-turner committed Oct 22, 2020
1 parent 3cbe2e6 commit 9646231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/multi-container-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The todo app supports the setting of a few environment variables to specify MySQ

A more secure mechanism is to use the secret support provided by your container orchestration framework. In most cases,
these secrets are mounted as files in the running container. You'll see many apps (including the MySQL image and the todo app)
also support env vars with a `_FILE` suffix to point to a file containing the file.
also support env vars with a `_FILE` suffix to point to a file containing the variable.
As an example, setting the `MYSQL_PASSWORD_FILE` var will cause the app to use the contents of the referenced file
as the connection password. Docker doesn't do anything to support these env vars. Your app will need to know to look for
Expand Down

0 comments on commit 9646231

Please sign in to comment.