mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Fixed WebUI's volume
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
# Ollama
|
||||
|
||||
Dockerhub: https://hub.docker.com/r/ollama/ollama
|
||||
|
||||
Reverse Proxy Port webui: 8080
|
||||
Github (instructions): https://github.com/open-webui/open-webui
|
||||
Reverse Proxy Port webui: 8080 (The docker-compose sets the port to 3000)
|
||||
|
||||
## Preperation
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ services:
|
||||
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
||||
volumes:
|
||||
- "${VOL_PATH:-./data}/webui:/root/.cache"
|
||||
- "${VOL_PATH:-./data}/open-webui:/app/backend/data"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user