diff --git a/AI_Containers/open-webui/compose.yaml b/AI_Containers/open-webui/compose.yaml index 12502d6..dd22883 100644 --- a/AI_Containers/open-webui/compose.yaml +++ b/AI_Containers/open-webui/compose.yaml @@ -2,8 +2,8 @@ services: webui: image: ghcr.io/open-webui/open-webui:main container_name: open-webui - ports: - - "3855:8080" + #ports: + # - "3855:8080" environment: - OLLAMA_BASE_URL=http://ollama:11434 volumes: