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

help: docker deployment in local machine inaccessible #13

Open
seekr opened this issue Oct 12, 2019 · 3 comments
Open

help: docker deployment in local machine inaccessible #13

seekr opened this issue Oct 12, 2019 · 3 comments

Comments

@seekr
Copy link

seekr commented Oct 12, 2019

image

I got docker running but going to localhost:8152 or :8251 is not working...

@schollz
Copy link
Owner

schollz commented Oct 14, 2019

@seekr What was your docker command?

I'm not sure why you have 0.0.0.0:8152->8152/tcp, 8251/tcp. I don't know what the 8251/tcp is from.

@seekr
Copy link
Author

seekr commented Oct 14, 2019

thanks for getting back @schollz . I'm running
sudo docker run -v ~/projects/offlinenotepad/data:/data -p 8152:8152 schollz/offlinenotepad

@schollz
Copy link
Owner

schollz commented Oct 14, 2019

Whoops! The README was wrong. It should be 8251:8251, as it runs on 8251 by default and not 8152.

Fixed 3840dd3

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

No branches or pull requests

2 participants