mirror of https://github.com/docker/docs.git
Update 07_multi_container.md (#17200)
Typo - Removes extra close parenthesis
This commit is contained in:
parent
e70ec2280f
commit
94ec4a55e2
|
@ -40,7 +40,7 @@ In the following steps, you'll create the network first and then attach the MySQ
|
|||
```
|
||||
|
||||
2. Start a MySQL container and attach it to the network. You're also going to define a few environment variables that the
|
||||
database will use to initialize the database. To learn more about the MySQL environment variables, see the "Environment Variables" section in the [MySQL Docker Hub listing](https://hub.docker.com/_/mysql/)).
|
||||
database will use to initialize the database. To learn more about the MySQL environment variables, see the "Environment Variables" section in the [MySQL Docker Hub listing](https://hub.docker.com/_/mysql/).
|
||||
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a data-toggle="tab" data-target="#mac-linux">Mac / Linux</a></li>
|
||||
|
|
Loading…
Reference in New Issue