Remove exposed Ollama port to avoid conflict with host systemd service

This commit is contained in:
Lukas Parsons 2026-03-22 23:03:54 -04:00
parent 5505d2b217
commit 62637acb6f

View file

@ -21,8 +21,6 @@ services:
image: ollama/ollama:latest
volumes:
- ./ollama:/root/.ollama
ports:
- "11434:11434" # Optional: expose for debugging
restart: unless-stopped
command: serve
healthcheck: