mirror of https://github.com/docker/docs.git
Merge pull request #13924 from jguady/patch-1
Clarify Advanced Wordpress section
This commit is contained in:
commit
b5eb52e46a
|
@ -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