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

Fix Docker 'run' command #106

Merged
merged 2 commits into from Jan 10, 2018
Merged

Fix Docker 'run' command #106

merged 2 commits into from Jan 10, 2018

Conversation

sbach
Copy link
Contributor

@sbach sbach commented Dec 29, 2017

This is a rework of #104.

As gunicorn is listening on localhost:5000 (see README.rst) it is not binding to the container's IP address. That said, it will not receive requests from the outside.

This patch-set provides gunicorn --bind 0.0.0.0:5000 as a fix, and ensure the command can be copy/pasted from the README.rst.

@rfk
Copy link
Contributor

rfk commented Jan 10, 2018

Great, thanks!

@rfk rfk merged commit 974249c into mozilla-services:master Jan 10, 2018
Mic92 pushed a commit to Mic92/syncserver that referenced this pull request Feb 23, 2022
…ve-timestamp-cmp

fix: use SyncTimestamp for sane WeaveTimestamp comparisons
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