Pinminh
commited on
Commit
·
4e8edb9
1
Parent(s):
522638b
Change port
Browse files- Dockerfile +1 -1
- docker-compose.yml +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ ENV STORAGE_TYPE=local \
|
|
| 15 |
# But in this case, the upstream image likely already has the right ENTRYPOINT or CMD.
|
| 16 |
|
| 17 |
# Expose port (for documentation; runtime must still map it)
|
| 18 |
-
EXPOSE
|
| 19 |
|
| 20 |
# The default command is inherited from the base image
|
| 21 |
# CMD ["label-studio", "start"]
|
|
|
|
| 15 |
# But in this case, the upstream image likely already has the right ENTRYPOINT or CMD.
|
| 16 |
|
| 17 |
# Expose port (for documentation; runtime must still map it)
|
| 18 |
+
EXPOSE 7860
|
| 19 |
|
| 20 |
# The default command is inherited from the base image
|
| 21 |
# CMD ["label-studio", "start"]
|
docker-compose.yml
CHANGED
|
@@ -12,7 +12,7 @@ services:
|
|
| 12 |
image: heartexlabs/label-studio:latest
|
| 13 |
container_name: label-studio
|
| 14 |
ports:
|
| 15 |
-
- "
|
| 16 |
environment:
|
| 17 |
# Disable any cloud storage — use local file system only
|
| 18 |
- STORAGE_TYPE=local
|
|
|
|
| 12 |
image: heartexlabs/label-studio:latest
|
| 13 |
container_name: label-studio
|
| 14 |
ports:
|
| 15 |
+
- "7860:8080"
|
| 16 |
environment:
|
| 17 |
# Disable any cloud storage — use local file system only
|
| 18 |
- STORAGE_TYPE=local
|