Skip to content

Commit 35be4c2

Browse files
authored
Update exposed port for Ollama service
Changed exposed port for the Ollama service from 11435 to 11434.
1 parent 1541f5d commit 35be4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- NET_BIND_SERVICE
1616
# Expose port 11434 for the Ollama service
1717
ports:
18-
- "11435:11435"
18+
- "11434:11434"
1919
# Mount a volume for model persistence
2020
volumes:
2121
- ollama_models:/models

0 commit comments

Comments
 (0)