Skip to content

Commit

Permalink
docs: Updated quick start page. Docker compose command had a typo (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonedmiston authored Apr 19, 2024
1 parent 783dbb5 commit 37f900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ git clone https://github.com/apache/superset
$ cd superset

# Fire up Superset using Docker Compose
$ docker compose -f docker compose-image-tag.yml up
$ docker compose -f docker-compose-image-tag.yml up
```
This may take a moment as Docker Compose will fetch the underlying
container images and will load up some examples. Once all containers
Expand Down

0 comments on commit 37f900a

Please sign in to comment.