Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/multi-container-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ With all of that explained, let's start our dev-ready container!
1. If we look at the logs for the container (`docker logs <container-id>`), we should see a message indicating it's
using the mysql database.

```plaintext hl_lines="7"
```plaintext hl_lines="8"
# Previous log messages omitted
$ nodemon src/index.js
[nodemon] 2.0.20
Expand Down