Skip to content

Commit f3123f0

Browse files
authored
Update 07_multi_container.md (#23010)
Update blog post URL. ## Description The blog post link detailing why using env vars in production is discouraged, is broken. Updated link to blog post to post's new location.
1 parent dfdf90b commit f3123f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/workshop/07_multi_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The todo app supports the setting of a few environment variables to specify MySQ
192192
>
193193
> While using env vars to set connection settings is generally accepted for development, it's highly discouraged
194194
> when running applications in production. Diogo Monica, a former lead of security at Docker,
195-
> [wrote a fantastic blog post](https://diogomonica.com/2017/03/27/why-you-shouldnt-use-env-variables-for-secret-data/)
195+
> [wrote a fantastic blog post](https://blog.diogomonica.com/2017/03/27/why-you-shouldnt-use-env-variables-for-secret-data/)
196196
> explaining why.
197197
>
198198
> A more secure mechanism is to use the secret support provided by your container orchestration framework. In most cases,

0 commit comments

Comments
 (0)