Merge pull request #262 from ivanperez-keera/patch-1

Typo in cd command
This commit is contained in:
John Mulhausen 2016-10-18 12:38:17 -07:00 committed by GitHub
commit 192e94c77c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t
For example, if you named your directory `my_wordpress`:
$ cd my-wordpress/
$ cd my_wordpress/
3. Create a `docker-compose.yml` file that will start your `Wordpress` blog and a separate `MySQL` instance with a volume mount for data persistence: