mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fixed ports for webui
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
Dockerhub: https://hub.docker.com/r/ollama/ollama
|
||||
|
||||
Reverse Proxy Port webui: 7860
|
||||
Reverse Proxy Port webui: 8080
|
||||
|
||||
## Preperation
|
||||
|
||||
|
||||
@@ -34,4 +34,4 @@ services:
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
- "7860:7860" # Open WebUI access
|
||||
- "3000:8080" # Open WebUI access
|
||||
Reference in New Issue
Block a user