Have ollama listen on all ifs

This commit is contained in:
Salt 2024-08-01 16:26:52 -05:00
parent aa7e9f75da
commit 91f4feae1c

View File

@ -3,6 +3,7 @@ Description=Ollama Service
After=network-online.target
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
ExecStart=/home/salt/Projects/ollama/ollama serve
Restart=always
RestartSec=3