Merge pull request #12950 from ecormaksin/patch-1

Update develop.md
This commit is contained in:
Usha Mandya 2021-06-11 10:49:59 +01:00 committed by GitHub
commit 6a50cbf45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Before we run MySQL in a container, we'll create a couple of volumes that Docker
Lets create our volumes now. Well create one for the data and one for configuration of MySQL.
```console
$ docker volume create mysql
$ docker volume create mysql_data
$ docker volume create mysql_config
```