From f26babcc298ec7dddc299b6d1e51f0cb19bb209d Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Sun, 24 Jun 2018 20:51:15 -0600 Subject: [PATCH] Update secrets.md --- engine/swarm/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/secrets.md b/engine/swarm/secrets.md index c954a2b46d..3f91419388 100644 --- a/engine/swarm/secrets.md +++ b/engine/swarm/secrets.md @@ -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.