docs icon indicating copy to clipboard operation
docs copied to clipboard

Correct docker compose command for getting started guide

Open henriquechav opened this issue 1 year ago • 2 comments

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.

henriquechav avatar Jun 18 '24 18:06 henriquechav