From 320d7076a5cfcd41417234a82f3c233a220292c8 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 22 Oct 2025 11:39:48 -0400 Subject: [PATCH] fix: Fixes improperly spelled image name. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index eb87b2b..f838d2d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: openwebui: - image: ghcr.io/open-webui:ollama + image: ghcr.io/open-webui/open-webui:ollama container_name: open-webui restart: unless-stopped env_file: .env