mirror of https://github.com/docker/docs.git
Merge branch 'master' of https://github.com/docker/docker.github.io
This commit is contained in:
commit
0dd1cf261e
|
@ -62,7 +62,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t
|
|||
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
|
||||
database.
|
||||
|
||||
|
|
Loading…
Reference in New Issue