Change ollama_model volume path to new location

Updated the path for ollama_model volume mapping.
This commit is contained in:
Chen Kai Liu
2025-10-27 01:21:03 +08:00
committed by GitHub
parent bd0f2807c7
commit 405106d198

View File

@@ -7,7 +7,7 @@ services:
restart: always restart: always
volumes: volumes:
- ollama-data:/root/.ollama - ollama-data:/root/.ollama
- /mnt/data/External/ollama_model:/ollama_models - /mnt/970_Containers/ollama_model:/ollama_models #主機的實體路徑(資料夾)
ports: ports:
- "11434:11434" - "11434:11434"
environment: environment: