mirror of https://github.com/docker/docs.git
Update secrets.md
This commit is contained in:
parent
141dc80d33
commit
f26babcc29
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue