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 image: ollama/ollama:latest
volumes: volumes:
- ./ollama:/root/.ollama - ./ollama:/root/.ollama
ports:
- "11434:11434" # Optional: expose for debugging
restart: unless-stopped restart: unless-stopped
command: serve command: serve
healthcheck: healthcheck: