This is an automated email from the ASF dual-hosted git repository. sfirke pushed a commit to branch quickstart-docker-compose-error-msg in repository https://gitbox.apache.org/repos/asf/superset.git
commit a56d6e183fb902f4efc19fead94baea662902a3a Author: Sam Firke <[email protected]> AuthorDate: Fri May 24 09:09:23 2024 -0400 Address common error message in Quickstart Asked several times recently in Slack --- docs/docs/quickstart.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index b36051a4b9..e1e621a85a 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -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
