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.
1 parent 3b2af6d commit 7db3115Copy full SHA for 7db3115
label_studio_ml/examples/gliner/docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
# Do not use 'localhost' as it does not work within Docker containers.
28
# Use prefix 'http://' or 'https://' for the URL always.
29
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
30
- - LABEL_STUDIO_URL=http://host.docker.internal
+ - LABEL_STUDIO_URL=http://host.docker.internal:8080
31
- LABEL_STUDIO_API_KEY=
32
ports:
33
- "9090:9090"
0 commit comments