From b90131519fb72332c390f9dee6b9190dcf02a0af Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Wed, 30 Oct 2024 17:35:00 -0700 Subject: [PATCH] Fixed WebUI's volume --- ollama/README.md | 4 ++-- ollama/docker-compose.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ollama/README.md b/ollama/README.md index 2d21e1e..6fd1f89 100644 --- a/ollama/README.md +++ b/ollama/README.md @@ -1,8 +1,8 @@ # Ollama Dockerhub: https://hub.docker.com/r/ollama/ollama - -Reverse Proxy Port webui: 8080 +Github (instructions): https://github.com/open-webui/open-webui +Reverse Proxy Port webui: 8080 (The docker-compose sets the port to 3000) ## Preperation diff --git a/ollama/docker-compose.yml b/ollama/docker-compose.yml index 5f764b2..da1a3c5 100644 --- a/ollama/docker-compose.yml +++ b/ollama/docker-compose.yml @@ -31,6 +31,7 @@ services: - NVIDIA_DRIVER_CAPABILITIES=compute,utility volumes: - "${VOL_PATH:-./data}/webui:/root/.cache" + - "${VOL_PATH:-./data}/open-webui:/app/backend/data" extra_hosts: - "host.docker.internal:host-gateway" ports: