HumanSignal / HumanSignal/label-studio
same problem as "Unable to access via local area network IP. #7711"
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Describe the bug**
I have same problem as issue #7771 ,Unable to access via local area network IP.
**To Reproduce**
I have tried two method suggested by #7784 .
docker run -d -p 9909:8080 -e LABEL_STUDIO_HOST="0.0.0.0" --name labelStudio heartexlabs/label-studio:latest
This one can run and accessed by localhost:9909,but not by the same host ip 10.66.86.238:9909,It is blank.
docker run -d -p 9909:8080 --name labelStudio2 heartexlabs/label-studio:latest label-studio start --init --host 0.0.0.0 --port 8080
This one do not start the docker.
**Expected behavior**
Can i accessed the label studio from local network? or maybe it should be purchased or midify code?
**Screenshots**
**Environment (please complete the following information):**
- OS: [e.g. iOS] centos7
Contributor guide
Assessment
This issue has not been assessed yet.