Merge pull request #396 from Femme-js/patch-1
Some checks failed
/ build (3.10) (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
CodeQL / Analyze (python) (push) Failing after 1m11s

Update docker-compose.yml
This commit is contained in:
Marco Vinciguerra 2024-06-19 10:38:29 +02:00 committed by GitHub
commit 1e727c796c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ services:
image: ollama/ollama
container_name: ollama
ports:
- "11434:11434"
- "5000:5000"
volumes:
- ollama_volume:/root/.ollama
restart: unless-stopped