We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1613756 + 57245b9 commit bdffd62Copy full SHA for bdffd62
label_studio_ml/examples/yolo/docker-compose.yml
@@ -30,8 +30,8 @@ services:
30
# Use prefix 'http://' or 'https://' for the URL always.
31
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
32
# or you can try http://host.docker.internal:<label-studio-port> if you run LS on the same machine
33
- - LABEL_STUDIO_URL=http://host.docker.internal:8080
34
- - LABEL_STUDIO_API_KEY=
+ - LABEL_STUDIO_URL=https://app.heartex.com
+ - LABEL_STUDIO_API_KEY=d237e9bf62fa1f34252633ad776cd214416af880
35
36
# YOLO parameters
37
0 commit comments