mirror of https://github.com/docker/docs.git
Fixing note formatting
Changing note format back to the way it was to match the rest of the notes in this section.
This commit is contained in:
parent
277e83ceed
commit
9c5319211d
|
|
@ -62,7 +62,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t
|
||||||
WORDPRESS_DB_PASSWORD: wordpress
|
WORDPRESS_DB_PASSWORD: wordpress
|
||||||
```
|
```
|
||||||
|
|
||||||
>**NOTE**: The folder `./.data/db` will be automatically created in the project directory
|
**NOTE**: The folder `./.data/db` will be automatically created in the project directory
|
||||||
alongside the `docker-compose.yml` which will persist any updates made by wordpress to the
|
alongside the `docker-compose.yml` which will persist any updates made by wordpress to the
|
||||||
database.
|
database.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue