mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 14:01:58 +01:00
10 lines
186 B
YAML
10 lines
186 B
YAML
services:
|
|
ollama:
|
|
image: ollama/ollama
|
|
restart: unless-stopped
|
|
ports:
|
|
- "11434:11434"
|
|
volumes:
|
|
- ./ollama_data:/root/.ollama
|
|
# init: true
|
|
# tty: true
|