From 39f59657810d8536232d366d74fef95ce192872e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 24 Apr 2025 18:47:47 -0300 Subject: [PATCH] change to not host --- ollama/docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ollama/docker-compose.yml b/ollama/docker-compose.yml index a06f7da..9096e69 100644 --- a/ollama/docker-compose.yml +++ b/ollama/docker-compose.yml @@ -3,9 +3,8 @@ services: ollama: image: ollama/ollama:latest container_name: ollama - network_mode: host - expose: - - "11434" + ports: + - "11434:11434" restart: unless-stopped volumes: - /home/isaac/Ollama:/root/.ollama \ No newline at end of file