docs
docs copied to clipboard
Correct docker compose command for getting started guide
Description
The documented docker compose command docker compose watch wasn't working as I was following along the getting started guide. So, I found that the command in todo-app's GitHub repository is a little bit different: docker compose up -d, and worked as expected.