diff --git a/docs/tutorial/multi-container-apps/index.md b/docs/tutorial/multi-container-apps/index.md index abb201a..6ca651b 100644 --- a/docs/tutorial/multi-container-apps/index.md +++ b/docs/tutorial/multi-container-apps/index.md @@ -224,7 +224,7 @@ With all of that explained, let's start our dev-ready container! is **secret**. ```bash - docker exec -ti mysql -p todos + docker exec -it mysql -p todos ``` And in the mysql shell, run the following: