mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +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
|
Dockerhub: https://hub.docker.com/r/ollama/ollama
|
||||||
|
|
||||||
Reverse Proxy Port webui: 7860
|
Reverse Proxy Port webui: 8080
|
||||||
|
|
||||||
## Preperation
|
## Preperation
|
||||||
|
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860" # Open WebUI access
|
- "3000:8080" # Open WebUI access
|
||||||
Reference in New Issue
Block a user