mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-05 19:03:21 +00:00
12 lines
174 B
YAML
12 lines
174 B
YAML
services:
|
|
ollama:
|
|
image: ollama/ollama:0.1.45
|
|
container_name: ollama
|
|
volumes:
|
|
- ollama:/root/.ollama
|
|
ports:
|
|
- "11434:11434"
|
|
|
|
volumes:
|
|
ollama:
|