Fix capitalisation of WordPress in 3 places

This commit is contained in:
Dave James Miller 2018-03-09 23:19:19 +00:00 committed by Joao Fernandes
parent bf0f9768c4
commit 3035ad0971
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ Compose to set up and run WordPress. Before starting, install
> **Notes**: > **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/) to the database. [Learn more about docker volumes](/engine/admin/volumes/volumes/)
> >
* WordPress Multisite works only on ports `80` and `443`. * WordPress Multisite works only on ports `80` and `443`.
@ -131,10 +131,10 @@ browser.
### Shutdown and cleanup ### Shutdown and cleanup
The command [docker-compose down](/compose/reference/down.md) removes the 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 The command `docker-compose down --volumes` removes the containers, default
network, and the Wordpress database. network, and the WordPress database.
## More Compose documentation ## More Compose documentation