From 6b3e76f5ea3f1fd352243b0f960d1169d8b057f1 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 4 Apr 2026 01:17:17 +0000 Subject: [PATCH] Update AI_Containers/open-webui/compose.yaml --- AI_Containers/open-webui/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: