Skip to content

Commit

Permalink
ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Feb 18, 2025
1 parent 7a015c6 commit 2ff0209
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ollama/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 3
name: ai
services:
ollama_win:
container_name: ollama
image: ollama/ollama:latest
restart: unless-stopped
ports:
- 11434:11434
volumes:
- D:/Docker/ollama:/root/.ollama
environment:
OLLAMA_ORIGINS: "*"
OLLAMA_HOST: "0.0.0.0"

0 comments on commit 2ff0209

Please sign in to comment.