From 026093444fca5ac23cf360da3c847eb9608b14b3 Mon Sep 17 00:00:00 2001 From: JayG Date: Wed, 1 Dec 2021 16:39:56 -0700 Subject: [PATCH] Clarify Advanced Wordpress section I believe this is the intended meaning, otherwise it is unclear where the name wp_db_secret is coming from when referenced as "keeping the same" by wp_db_password --- 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 b1d93f448d..8a9e26057a 100644 --- a/engine/swarm/secrets.md +++ b/engine/swarm/secrets.md @@ -896,7 +896,7 @@ use it, then remove the old secret. ``` 4. Update the `wordpress` service to use the new password, keeping the target - path at `/run/secrets/wp_db_secret` and keeping the file permissions at + path at `/run/secrets/wp_db_password` and keeping the file permissions at `0400`. This triggers a rolling restart of the WordPress service and the new secret is used.