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

ensure we bind the IP address when serving in development #551

Merged
merged 1 commit into from Mar 21, 2019
Merged

Conversation

antdking
Copy link
Contributor

a recent change to puma means the default bind is 'localhost' instead of '0.0.0.0' for development.
This breaks when running rails inside docker.

move to using '0.0.0.0' as default. This does not affect hosted environments, which already defaults to '0.0.0.0'

a recent change to puma means the default bind is 'localhost' instead of '0.0.0.0' for development.
This breaks when running rails inside docker.

move to using '0.0.0.0' as default. This does not affect hosted environments, which already defaults to '0.0.0.0'
@antdking
Copy link
Contributor Author

cause for this was due to a previous bug in puma: puma/puma#1700

@antdking antdking merged commit 8555c08 into master Mar 21, 2019
@antdking antdking deleted the bind-ip branch March 21, 2019 16:47
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.

None yet

2 participants