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