mirror of https://github.com/docker/docs.git
Merge pull request #262 from ivanperez-keera/patch-1
Typo in cd command
This commit is contained in:
commit
192e94c77c
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue