mirror of https://github.com/docker/docs.git
Update multi-container-apps.md (#20059)
This commit is contained in:
parent
74bad3df93
commit
c2b9ea32ac
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue