Giter Club home page Giter Club logo

Comments (5)

leocavalcante avatar leocavalcante commented on June 6, 2024

You error message says that it could not find a configuration file. By default, docker-compose will look for the file in the directory were it is running. To tell docker-compose to use a config file located elsewhere you can use the -f option. If you followed the steps on README and cloned this repository inside a .docker directory, there is where the docker-compose.yml is located, so your command should look like:

docker-compose -f .docker/docker-compose.yml logs

from docktober.

leocavalcante avatar leocavalcante commented on June 6, 2024

Despite that, don't forget that using a database will require a few additional steps described right bellow if you want some database power section at the README file.

from docktober.

jacky-pony avatar jacky-pony commented on June 6, 2024

docker-compose -f .docker/docker-compose.yml logs

docktober_db | error: database is uninitialized and password option is not specified
docktober_db |   You need to specify one of MYSQL_ROOT_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD and MYSQL_RANDOM_ROOT_PASSWORD

Where is the variable configured?

from docktober.

leocavalcante avatar leocavalcante commented on June 6, 2024

Please, review the README file. Look for the section described as If you want some database power. It explains what you should do to have a .env file where you can set the DB_PASSWORD.

from docktober.

leocavalcante avatar leocavalcante commented on June 6, 2024

Closing due inactivity.

from docktober.

Related Issues (7)

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.