We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecb7601 + 6e53387 commit 1e727c7Copy full SHA for 1e727c7
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
image: ollama/ollama
5
container_name: ollama
6
ports:
7
- - "11434:11434"
+ - "5000:5000"
8
volumes:
9
- ollama_volume:/root/.ollama
10
restart: unless-stopped
0 commit comments