mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update 07_multi_container.md (#17200)
Typo - Removes extra close parenthesis
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user