mirror of https://github.com/docker/docs.git
Make command reference links inline. Props @thaJeztah
This commit is contained in:
parent
bea899abb0
commit
8c453b4a96
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue