Expose the keep_alive property as an environment variable #9

This commit is contained in:
Gormery Kombo Wanjiru
2024-05-19 16:55:58 +02:00
parent 30723a546f
commit f2561dcba5

View File

@@ -26,6 +26,9 @@ services:
pull_policy: always
tty: true
restart: always
environment:
- OLLAMA_KEEP_ALIVE="24h"
- OLLAMA_HOST=0.0.0.0
networks:
- ollama-docker