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