Skip to content

Commit

Permalink
fix: Update docker-compose.yml in yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Nov 9, 2024
1 parent fd783b7 commit fb72bbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions label_studio_ml/examples/yolo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ services:

# Specify the Label Studio URL and API key to access
# uploaded, local storage and cloud storage files.
# Do not use 'localhost' as it does not work within Docker containers.
# Do not use 'localhost' or '127.0.0.1' as it does not work within Docker containers.
# Use prefix 'http://' or 'https://' for the URL always.
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
- LABEL_STUDIO_URL=
# or you can try http://host.docker.internal:<label-studio-port> if you run LS on the same machine
- LABEL_STUDIO_URL=http://host.docker.internal:8080
- LABEL_STUDIO_API_KEY=

# YOLO parameters
Expand Down

0 comments on commit fb72bbf

Please sign in to comment.