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
|
# Ollama
|
||||||
|
|
||||||
Dockerhub: https://hub.docker.com/r/ollama/ollama
|
Dockerhub: https://hub.docker.com/r/ollama/ollama
|
||||||
|
Github (instructions): https://github.com/open-webui/open-webui
|
||||||
Reverse Proxy Port webui: 8080
|
Reverse Proxy Port webui: 8080 (The docker-compose sets the port to 3000)
|
||||||
|
|
||||||
## Preperation
|
## Preperation
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ services:
|
|||||||
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
||||||
volumes:
|
volumes:
|
||||||
- "${VOL_PATH:-./data}/webui:/root/.cache"
|
- "${VOL_PATH:-./data}/webui:/root/.cache"
|
||||||
|
- "${VOL_PATH:-./data}/open-webui:/app/backend/data"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user