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