Skip to content

Commit

Permalink
fix: getting started docker command (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurio authored May 28, 2024
1 parent 05cf751 commit f6413e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git clone https://github.com/keephq/keep.git && cd keep

Next, run
```
docker-compose -f docker-compose.dev.yaml - up
docker-compose -f docker-compose.dev.yml up
```

## VSCode
Expand Down

0 comments on commit f6413e2

Please sign in to comment.