Skip to content

Commit

Permalink
Fix typo in 01.getting-started.md (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleungtoast authored Dec 14, 2023
1 parent c793bc0 commit 2ee2ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/01.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you don't have `curl` installed, you can download the [Docker Compose file](h
Then, use the following command to start Kestra server:

```bash
docker compose up -d
docker-compose up -d
```

Open [http://localhost:8080](http://localhost:8080) in your browser to launch the UI.
Expand Down

0 comments on commit 2ee2ee9

Please sign in to comment.