Files
altstack-data/deployments/qwen/docker-compose.yml

20 lines
455 B
YAML

# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
ollama-qwen:
image: ollama/ollama:latest
container_name: ollama-qwen
restart: unless-stopped
ports:
- "11438:11434"
volumes:
- ollama_qwen:/root/.ollama
volumes:
ollama_qwen: