Skip to content

Commit

Permalink
fix name for ollama container
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Jul 13, 2024
1 parent 2ea37cf commit 50a0ac2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,11 @@ services:
- rengine_network
ollama:
image: ollama/ollama
container_name: ollama
volumes:
- ollama_data:/root/.ollama
# ports:
# - "11434:11434"
networks:
- rengine_network
restart: always
# command: ["ollama", "run", "llama2-uncensored"]

networks:
rengine_network:
Expand Down

0 comments on commit 50a0ac2

Please sign in to comment.