mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Fix capitalisation of WordPress in 3 places
This commit is contained in:
committed by
Joao Fernandes
parent
bf0f9768c4
commit
3035ad0971
@@ -65,7 +65,7 @@ Compose to set up and run WordPress. Before starting, install
|
||||
|
||||
> **Notes**:
|
||||
>
|
||||
* The docker volume `db_data` persists any updates made by Wordpress
|
||||
* The docker volume `db_data` persists any updates made by WordPress
|
||||
to the database. [Learn more about docker volumes](/engine/admin/volumes/volumes/)
|
||||
>
|
||||
* WordPress Multisite works only on ports `80` and `443`.
|
||||
@@ -131,10 +131,10 @@ browser.
|
||||
### Shutdown and cleanup
|
||||
|
||||
The command [docker-compose down](/compose/reference/down.md) removes the
|
||||
containers and default network, but preserves your Wordpress database.
|
||||
containers and default network, but preserves your WordPress database.
|
||||
|
||||
The command `docker-compose down --volumes` removes the containers, default
|
||||
network, and the Wordpress database.
|
||||
network, and the WordPress database.
|
||||
|
||||
## More Compose documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user