From 4668d5125975b431a05d6efdf1a542b726d60b72 Mon Sep 17 00:00:00 2001 From: Fausto Davila Date: Thu, 23 Jan 2025 18:37:35 +0700 Subject: [PATCH] Changed README WebUI example port to 8080 Changed README WebUI example port to 8080 So it coincides with the current dockerfile configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3866fbb..b88bc89 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ else docker-compose up -d ``` -Visit [http://localhost:8000](http://localhost:8000) in your browser to access Ollama-webui. +Visit [http://localhost:8080](http://localhost:8080) in your browser to access Ollama-webui. ### Model Installation