Coder Social home page Coder Social logo

Comments (5)

riodda avatar riodda commented on July 25, 2024

Tryed again after some cleanup but still have errors:

WARNING: Image for service scraper was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Pulling metabase-app (metabase/metabase:latest)...
latest: Pulling from metabase/metabase
97518928ae5f: Pull complete
fc454529b43b: Pull complete
89840520f66d: Pull complete
f93c0a8cfa0e: Pull complete
304a1a5b8733: Pull complete
Digest: sha256:2017f24c64923853d0811e47228482080d051d9fce72df06b4c52e3a1debbead
Status: Downloaded newer image for metabase/metabase:latest
Creating exchanges_dashboard_scraper_1 ... done
Creating metabase                      ... error

ERROR: for metabase  Cannot create container for service metabase-app: create .: volume name is too short, names should be at least two alphanumeric characters

ERROR: for metabase-app  Cannot create container for service metabase-app: create .: volume name is too short, names should be at least two alphanumeric characters
ERROR: Encountered errors while bringing up the project.

from exchanges_dashboard.

riodda avatar riodda commented on July 25, 2024

Still stuck on windows

Starting exchanges_dashboard_scraper_1 ... done
Creating metabase                      ... error

ERROR: for metabase  Cannot create container for service metabase-app: create .: volume name is too short, names should be at least two alphanumeric characters

ERROR: for metabase-app  Cannot create container for service metabase-app: create .: volume name is too short, names should be at least two alphanumeric characters
ERROR: Encountered errors while bringing up the project.

from exchanges_dashboard.

FedeGarcia00 avatar FedeGarcia00 commented on July 25, 2024

Still stuck on windows

Starting exchanges_dashboard_scraper_1 ... done
Creating metabase                      ... error

ERROR: for metabase  Cannot create container for service metabase-app: create .: volume name is too short, names should be at least two alphanumeric characters

ERROR: for metabase-app  Cannot create container for service metabase-app: create .: volume name is too short, names should be at least two alphanumeric characters
ERROR: Encountered errors while bringing up the project.

could you solve this? same problem

from exchanges_dashboard.

cyberjunky avatar cyberjunky commented on July 25, 2024

All, open docker-compose.yml and change this line

      - $PWD:/metabase-data

to this:

      - $PWD/:/metabase-data

from exchanges_dashboard.

JhorAVi avatar JhorAVi commented on July 25, 2024

Your solution partially works but some features are missing. The one that perfectly works for me is changing it to its absolute path in my drive:

eg: - C:\exchanges_dashboard:/metabase-data

Also, the timezone path is different in Windows so I changed from

  `- /etc/timezone:/etc/timezone:ro`
  `- /etc/localtime:/etc/localtime:ro`
  
  to
  
  `- TZ=America/New_York  # Set your desired timezone here`

from exchanges_dashboard.

Related Issues (15)

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.