Skip to content

Commit aa79a95

Browse files
Andrew HoppAndrew Hopp
authored andcommitted
docs: add note about application startup delay
Add clarification that the application may take 10-15 seconds to fully start after running docker compose up. This helps users understand why the app may not be immediately accessible at localhost:3000. Fixes docker#23500
1 parent 9c23032 commit aa79a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/the-basics/what-is-docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Follow the instructions to run the to-do list app on your system.
8181

8282
If this feels overwhelming, don't worry! You'll get there!
8383

84-
5. With everything now up and running, you can open [http://localhost:3000](http://localhost:3000) in your browser to see the site. Feel free to add items to the list, check them off, and remove them.
84+
5. With everything now up and running, you can open [http://localhost:3000](http://localhost:3000) in your browser to see the site. Note that the application may take 10-15 seconds to fully start. If the page doesn't load right away, wait a moment and refresh. Feel free to add items to the list, check them off, and remove them.
8585

8686
![A screenshot of a webpage showing the todo-list application running on port 3000](images/todo-list-app.webp?border=true&w=950&h=400)
8787

0 commit comments

Comments
 (0)