change to not host

This commit is contained in:
2025-04-24 18:47:47 -03:00
parent efd31a2fb2
commit 39f5965781

View File

@ -3,9 +3,8 @@ services:
ollama: ollama:
image: ollama/ollama:latest image: ollama/ollama:latest
container_name: ollama container_name: ollama
network_mode: host ports:
expose: - "11434:11434"
- "11434"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /home/isaac/Ollama:/root/.ollama - /home/isaac/Ollama:/root/.ollama