ollama/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 19:07:52 +00:00
parent 135e4a3d35
commit 7dc8ef6ec2

14
ollama/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
ollama:
image: ${OLLAMA_IMAGE:-ollama/ollama:latest}
container_name: ${OLLAMA_NAME}
ports:
- "${OLLAMA_PORT}:11434"
volumes:
- ${OLLAMA_VOLUME}:/root/.ollama
restart: always
volumes:
ollama:
external: true