Skip to content

Commit 1f5970e

Browse files
committed
fix docker host name
1 parent 3e875d8 commit 1f5970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio_ml/examples/gliner/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
# Do not use 'localhost' as it does not work within Docker containers.
3131
# Use prefix 'http://' or 'https://' for the URL always.
3232
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
33-
- LABEL_STUDIO_URL=http://app.docker.internal:8080
33+
- LABEL_STUDIO_URL=http://host.docker.internal:8080
3434
- LABEL_STUDIO_API_KEY=
3535
ports:
3636
- "9090:9090"

0 commit comments

Comments
 (0)