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