mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-05 02:37:58 +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:
|