chore(Docker): fix port number
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Federico Aguzzi 2024-07-04 18:12:02 +02:00
parent 583c32106e
commit afeb81f77a

View File

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