teralomaniac commited on
Commit
ff5d17e
2 Parent(s): 02ea92c f95c177

Merge branch 'main' of https://huggingface.co/spaces/teralomaniac/clewd

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. 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
- - 7860:7860
10
  volumes:
11
  - ..:/app
 
6
  dockerfile: docker/Dockerfile
7
 
8
  ports:
9
+ - 8444:8444
10
  volumes:
11
  - ..:/app