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

cant seem to get docker image to run locally #287

Closed
nickvazz opened this issue May 11, 2020 · 2 comments
Closed

cant seem to get docker image to run locally #287

nickvazz opened this issue May 11, 2020 · 2 comments

Comments

@nickvazz
Copy link

docker run --rm -p 8080:8080 -vpwd/my_project:/label-studio/my_project --name label-studio heartexlabs/label-studio:latest label-studio start my_project --init starts a docker container, but the webserver does not seem to be loading. Is there another command I am missing?

@niklub
Copy link
Collaborator

niklub commented May 11, 2020

Hi, @nickvazz ! Thank's for revealing the issue. Indeed, the default host has been changed, consider running docker by appending 0.0.0.0 host:

docker run --rm -p 8080:8080 -v `pwd`/my_project:/label-studio/my_project --name label-studio heartexlabs/label-studio:latest label-studio start my_project --init --host 0.0.0.0

We'll change the doc now and rollback the default host in the future releases.

@nickvazz
Copy link
Author

Ahh thank you! I figured it out with your help! 😄

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