From 3c41a34fd6d1df70cfcf6992356718515152e57d Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Tue, 18 Oct 2016 20:44:36 +0200 Subject: [PATCH] Typo in cd command Fixes typo in command. (If you named your directory `my_wordpress`, then you should cd into `my_wordpress`, not `my-wordpress`) --- compose/wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/wordpress.md b/compose/wordpress.md index d595a9bb0b..7ca7571f7a 100644 --- a/compose/wordpress.md +++ b/compose/wordpress.md @@ -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: