Make command reference links inline. Props @thaJeztah

This commit is contained in:
Waclaw Jacek 2018-11-14 12:49:36 +01:00 committed by GitHub
parent bea899abb0
commit 8c453b4a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -75,7 +75,7 @@ Compose to set up and run WordPress. Before starting, make sure you have
Now, run `docker-compose up -d` from your project directory.
This runs [docker-compose up](/compose/reference/up/) in detached mode, pulls
This runs [`docker-compose up`](/compose/reference/up/) in detached mode, pulls
the needed Docker images, and starts the wordpress and database containers, as shown in
the example below.
@ -130,14 +130,12 @@ browser.
### Shutdown and cleanup
The command `docker-compose down` removes the
The command [`docker-compose down`](/compose/reference/down.md) removes the
containers and default network, but preserves your WordPress database.
The command `docker-compose down --volumes` removes the containers, default
network, and the WordPress database.
[Learn more about the `docker-compose down` command](/compose/reference/down.md)
## More Compose documentation
- [User guide](/compose/index.md)