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