fix volume

This commit is contained in:
Rémi Heredero 2024-02-06 09:45:46 +01:00
parent 644c701b1d
commit e33ab17f81

View File

@ -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: