Skip to content

Commit

Permalink
chore(docs): address common docker compose error message in Quickstart (
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored May 24, 2024
1 parent 278570b commit 2c982cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ This may take a moment as Docker Compose will fetch the underlying
container images and will load up some examples. Once all containers
are downloaded and the output settles, you're ready to log in.

⚠️ If you get an error message like `validating superset\docker-compose-image-tag.yml: services.superset-worker-beat.env_file.0 must be a string`, you need to update your version of `docker-compose`.

### 3. Log into Superset
Now head over to [http://localhost:8088](http://localhost:8088) and log in with the default created account:
```bash
Expand Down

0 comments on commit 2c982cf

Please sign in to comment.