Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Possible change to database name? #1

@jmhammond

Description

@jmhammond

When attempting to run as directed, I received this error on the database step:

#<Mysql2::Error: Can't connect to MySQL server on 'database' (115)>
Couldn't create database for {"adapter"=>"mysql2", "encoding"=>"utf8", "pool"=>5, "username"=>"root", "password"=>"root", "database"=>"standardfile", "host"=>"database", "port"=>nil}, {:charset=>"utf8"}
(If you set the charset manually, make sure you have a matching collation)
Created database 'standardfile'

I made the following change to docker-compose.yml
Line 25, from DB_HOST: database to DB_HOST: db, and it ran without error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions