Skip to content

Docker issue #139

@stuartmaxwell

Description

@stuartmaxwell

Describe the bug

Hi there - I followed the Docker instructions properly but after running docker-compose up -d I am unable to run the setup script since the web container never launches properly. A look at the docker logs shows the following errors:

2019/07/17 08:22:30 Loading config.ini configuration...
ERROR: 2019/07/17 08:22:30 log.go:26: Unable to load configuration: open config.ini: no such file or directory

I've checked the docker-compose file to make sure that the config.ini.example file is mapped properly: - "./config.ini.example:/go/src/app/config.ini"

Not sure what to check next?

Thanks for open-sourcing this - keen to check it out.

Steps to reproduce (if necessary)

Steps to reproduce the behavior:

  1. Follow the docker instructions
  2. Run docker-compose up -d
  3. Attempt to run the ./docker-setup.sh command

Expected behavior

Setup script should run

Application configuration

  • Single mode or Multi-user mode? - haven't got this far yet
  • Database? [mysql/sqlite] - The docker-compose file uses mysql by default - the database container starts up fine
  • Open registration? [yes/no] - haven't got this far yet
  • Federation enabled? [yes/no] - haven't got this far yet

Version or last commit:
Checked out the latest GitHub code: Latest commit 71fb635 9 days ago

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions