mirror of https://github.com/docker/docs.git
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`)
This commit is contained in:
parent
3129564e3d
commit
3c41a34fd6
|
|
@ -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`:
|
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:
|
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