port 7880
This commit is contained in:
parent
ce73fe1ecf
commit
671f475e11
|
|
@ -6,7 +6,7 @@
|
||||||
container_name: gradio_app
|
container_name: gradio_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860" # Gradio application port
|
- "7880:7860" # Gradio application port
|
||||||
volumes:
|
volumes:
|
||||||
- ./app/services/weaviate_service.py:/gradio_app/weaviate_service.py
|
- ./app/services/weaviate_service.py:/gradio_app/weaviate_service.py
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue