Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding wait-for-it #33

Closed
wants to merge 3 commits into from
Closed

Adding wait-for-it #33

wants to merge 3 commits into from

Conversation

emacsen
Copy link

@emacsen emacsen commented Apr 11, 2018

Currently, the database (mysql or mariadb) may not start until after etherpad is already trying to start, in which case the etherpad instance fails to connect to the database, and exits immediately.

I've added wait-for-it to the entrypoint. It checks the database to see if the port is ready for connection. Once it is, the script proceeds as before.

@emacsen
Copy link
Author

emacsen commented Apr 11, 2018

I'm closing this because there are too many issues. Will clean up and build a new one

@emacsen emacsen closed this Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant