From 8ffe68bd6d31d3490bcfbc11435e1070a3083071 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sat, 10 Aug 2024 01:27:37 -0700 Subject: [PATCH] fixed ports for webui --- ollama/README.md | 2 +- ollama/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ollama/README.md b/ollama/README.md index dc56be9..2d21e1e 100644 --- a/ollama/README.md +++ b/ollama/README.md @@ -2,7 +2,7 @@ Dockerhub: https://hub.docker.com/r/ollama/ollama -Reverse Proxy Port webui: 7860 +Reverse Proxy Port webui: 8080 ## Preperation diff --git a/ollama/docker-compose.yml b/ollama/docker-compose.yml index 96329e5..5f764b2 100644 --- a/ollama/docker-compose.yml +++ b/ollama/docker-compose.yml @@ -34,4 +34,4 @@ services: extra_hosts: - "host.docker.internal:host-gateway" ports: - - "7860:7860" # Open WebUI access \ No newline at end of file + - "3000:8080" # Open WebUI access \ No newline at end of file