Update multi-container-apps.md (#20059)

This commit is contained in:
jakkula varun 2024-05-19 23:21:57 +05:30 committed by GitHub
parent 74bad3df93
commit c2b9ea32ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ To run Compose Watch and see the real-time changes:
```console
$ docker compose watch
```
2. Open `app/views/todos.ejs` in a text or code editor, then change the text on line 18.
2. Open `app/views/todos.ejs` in a text or code editor, then change the text on line 21.
3. Save the changes in `app/views/todos.ejs`.
4. View your application at [http://localhost:3000](http://localhost:3000) to see the changes in real-time.