GithubHelp home page GithubHelp logo

Comments (5)

amancevice avatar amancevice commented on May 14, 2024

I think this might be a MySQL issue. MySQL recently released v8.

Try changing the mysql image to image: mysql:5

from docker-superset.

romulomadu-zz avatar romulomadu-zz commented on May 14, 2024

Changed, but know the mysql container also restarting always

  mysql:
    image: mysql:5
    restart: always
    environment:
      MYSQL_ROOT_PASSWORD: superset
      MYSQL_DATABASE: superset
      MYSQL_USER: superset
      MYSQL_PASSWORD: superset
    volumes:
      - mysql:/var/lib/mysql
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS                         PORTS               NAMES
0e4ce3c2929b        mysql:5             "docker-entrypoint.s…"   3 minutes ago       Restarting (2) 8 seconds ago                       mysql_mysql_1
f00e26ddb189        redis               "docker-entrypoint.s…"   3 minutes ago       Up 3 minutes                   6379/tcp            mysql_redis_1

from docker-superset.

amancevice avatar amancevice commented on May 14, 2024

Would you mind clearing out all the old containers and trying again? With a completely clean environment (no running or stopped containers) and setting mysql to mysql:5 I am seeing this working.

from docker-superset.

romulomadu-zz avatar romulomadu-zz commented on May 14, 2024

Sure,

I cleaned all environment using:

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

And ran the containers again, but still not working.

CONTAINER ID        IMAGE                        COMMAND                  CREATED             STATUS                          PORTS                    NAMES
4a3de9ca0c1a        amancevice/superset:0.22.1   "superset runserver"     2 minutes ago       Up About a minute (unhealthy)   0.0.0.0:8088->8088/tcp   mysql_superset_1
31009d859b60        mysql:5                      "docker-entrypoint.s…"   2 minutes ago       Restarting (2) 37 seconds ago                            mysql_mysql_1
cd217f1c713c        redis                        "docker-entrypoint.s…"   2 minutes ago       Up 2 minutes                    6379/tcp                 mysql_redis_1

I'm using the postgres solution instead. It works fine!

from docker-superset.

amancevice avatar amancevice commented on May 14, 2024

Very strange. Sorry for your troubles!

from docker-superset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.