Skip to content

Commit

Permalink
Merge pull request docker#77 from Fl4zher/fix-typo
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
StefanScherer authored Aug 31, 2020
2 parents 559d5f3 + 0b402b3 commit 6190776
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -224,7 +224,7 @@ With all of that explained, let's start our dev-ready container!
is **secret**.
```bash
docker exec -ti <mysql-container-id> mysql -p todos
docker exec -it <mysql-container-id> mysql -p todos
```
And in the mysql shell, run the following:
Expand Down

0 comments on commit 6190776

Please sign in to comment.