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