mirror of https://github.com/docker/docs.git
Make the link in wordpress.md point to the right engine doc (#4838)
Although there's a redirect, it's better to link to to the right place.
This commit is contained in:
parent
25ed66a2c5
commit
59ca09a210
|
@ -66,7 +66,7 @@ Compose to set up and run WordPress. Before starting, you'll need to have
|
|||
> **Notes**:
|
||||
>
|
||||
* The docker volume `db_data` persists any updates made by Wordpress
|
||||
to the database. [Learn more about docker volumes](/engine/tutorials/dockervolumes.md)
|
||||
to the database. [Learn more about docker volumes](/engine/admin/volumes/volumes/)
|
||||
>
|
||||
* WordPress Multisite works only on ports `80` and `443`.
|
||||
{: .note-vanilla}
|
||||
|
|
Loading…
Reference in New Issue