teralomaniac
commited on
Merge branch 'main' of https://huggingface.co/spaces/teralomaniac/clewd
Browse files- README.md +1 -0
- docker-compose.yml +1 -1
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: blue
|
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 8444
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
docker-compose.yml
CHANGED
@@ -6,6 +6,6 @@ services:
|
|
6 |
dockerfile: docker/Dockerfile
|
7 |
|
8 |
ports:
|
9 |
-
-
|
10 |
volumes:
|
11 |
- ..:/app
|
|
|
6 |
dockerfile: docker/Dockerfile
|
7 |
|
8 |
ports:
|
9 |
+
- 8444:8444
|
10 |
volumes:
|
11 |
- ..:/app
|