port 7880

This commit is contained in:
Maurizio Dipierro 2025-03-19 16:20:24 +01:00
parent ce73fe1ecf
commit 671f475e11
1 changed files with 1 additions and 1 deletions

View File

@ -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: