Update secrets.md

This commit is contained in:
Michael Herman 2018-06-24 20:51:15 -06:00 committed by Joao Fernandes
parent 141dc80d33
commit f26babcc29
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ a compose file.
The keyword `secrets:` defines two secrets `db_password:` and
`db_root_password:`.
When deploying, Docker creates these two secrets and populate them with the
When deploying, Docker creates these two secrets and populates them with the
content from the file specified in the compose file.
The db service uses both secrets, and the wordpress is using one.