Skip to content

Commit 7db3115

Browse files
committed
fix tests
1 parent 3b2af6d commit 7db3115

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
@@ -27,7 +27,7 @@ services:
2727
# Do not use 'localhost' as it does not work within Docker containers.
2828
# Use prefix 'http://' or 'https://' for the URL always.
2929
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
30-
- LABEL_STUDIO_URL=http://host.docker.internal
30+
- LABEL_STUDIO_URL=http://host.docker.internal:8080
3131
- LABEL_STUDIO_API_KEY=
3232
ports:
3333
- "9090:9090"

0 commit comments

Comments
 (0)