Skip to content

Commit bdffd62

Browse files
committed
Merge branch 'errors' of https://github.com/HumanSignal/label-studio-ml-backend into errors
2 parents 1613756 + 57245b9 commit bdffd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

label_studio_ml/examples/yolo/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ services:
3030
# Use prefix 'http://' or 'https://' for the URL always.
3131
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
3232
# 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=
33+
- LABEL_STUDIO_URL=https://app.heartex.com
34+
- LABEL_STUDIO_API_KEY=d237e9bf62fa1f34252633ad776cd214416af880
3535

3636
# YOLO parameters
3737

0 commit comments

Comments
 (0)