fix volume
This commit is contained in:
parent
644c701b1d
commit
e33ab17f81
@ -41,14 +41,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '11434:11434'
|
- '11434:11434'
|
||||||
volumes:
|
volumes:
|
||||||
- 'ollama:/root/.ollama'
|
- 'C:\tmp\ollama:/root/.ollama'
|
||||||
|
|
||||||
ollama-webui:
|
ollama-webui:
|
||||||
image: 'ghcr.io/ollama-webui/ollama-webui:main'
|
image: 'ghcr.io/ollama-webui/ollama-webui:main'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: ollama-webui
|
container_name: ollama-webui
|
||||||
volumes:
|
volumes:
|
||||||
- 'ollama-webui:/app/backend/data'
|
- 'C:\tmp\ollama-webui:/app/backend/data'
|
||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user