mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
67f5be260b
commit
026093444f
|
@ -896,7 +896,7 @@ use it, then remove the old secret.
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Update the `wordpress` service to use the new password, keeping the target
|
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
|
`0400`. This triggers a rolling restart of the WordPress service and
|
||||||
the new secret is used.
|
the new secret is used.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue