Skip to content

Commit afeb81f

Browse files
committed
chore(Docker): fix port number
1 parent 583c321 commit afeb81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: ollama/ollama
55
container_name: ollama
66
ports:
7-
- "5000:5000"
7+
- "11434:11434"
88
volumes:
99
- ollama_volume:/root/.ollama
1010
restart: unless-stopped

0 commit comments

Comments
 (0)