-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Labels
Description
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:
- Follow the docker instructions
- Run
docker-compose up -d
- 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