mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-04 18:27:48 +00:00
11 lines
173 B
YAML
11 lines
173 B
YAML
services:
|
|
ollama:
|
|
image: ollama/ollama:0.1.33
|
|
container_name: ollama
|
|
volumes:
|
|
- ollama:/root/.ollama
|
|
ports:
|
|
- "11434:11434"
|
|
|
|
volumes:
|
|
ollama: |