You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by "Andrew Musselman (JIRA)" <ji...@apache.org> on 2019/04/23 21:37:00 UTC

[jira] [Created] (SUPERSET-7) Docker compose config version breaks on Ubuntu 18.04

Andrew Musselman created SUPERSET-7:
---------------------------------------

             Summary: Docker compose config version breaks on Ubuntu 18.04
                 Key: SUPERSET-7
                 URL: https://issues.apache.org/jira/browse/SUPERSET-7
             Project: Superset
          Issue Type: Bug
            Reporter: Andrew Musselman


Error when running `docker-compose up` to run Superset:

$ docker-compose up
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see [https://docs.docker.com/compose/compose-file/]

 

Fixed by changing version to "2". Will make a PR.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)