Skip to content

Commit c46fa29

Browse files
authored
Update tutorial-multi-container-app-mysql.md
1 parent 646e01a commit c46fa29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/tutorials/tutorial-multi-container-app-mysql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Now you can try running your *docker-compose.yml* file.
419419

420420
1. For each running container, right-click the container and select **Remove**.
421421

422-
# [Command line](#tab/command-line)
422+
# [Command Line](#tab/command-line)
423423

424424
Run the following commands in a command-line window or terminal:
425425

@@ -447,7 +447,7 @@ Now you can try running your *docker-compose.yml* file.
447447

448448
1. Right-click the *docker-compose.yml* file and select **Compose Up**.
449449

450-
# [Command line](#tab/command-line)
450+
# [Command Line](#tab/command-line)
451451

452452
Run the following command with the `-d` argument, which executes the command as a background process:
453453

@@ -477,7 +477,7 @@ Now you can try running your *docker-compose.yml* file.
477477

478478
1. Right-click the app container and select **View Logs**.
479479

480-
# [Command line](#tab/command-line)
480+
# [Command Line](#tab/command-line)
481481

482482
Run the following command:
483483

@@ -517,7 +517,7 @@ Follow these steps in VS Code:
517517

518518
1. Right-click the *docker-compose.yml* file and select **Compose Down**.
519519

520-
# [Command line](#tab/command-line)
520+
# [Command Line](#tab/command-line)
521521

522522
Run the following command to stop the running app and containers:
523523

0 commit comments

Comments
 (0)