docs: Updated quick start page. Docker compose command had a typo (#28131)
This commit is contained in:
parent
783dbb5040
commit
37f900a264
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue