Skip to content

Commit 57ecc1a

Browse files
authored
Change port mapping from 11435 to 11434
Updated port mapping for Ollama service.
1 parent 35be4c2 commit 57ecc1a

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
@@ -15,7 +15,7 @@ services:
1515
- NET_BIND_SERVICE
1616
# Expose port 11434 for the Ollama service
1717
ports:
18-
- "11435:11434"
18+
- "11434:11434"
1919
# Mount a volume for model persistence
2020
volumes:
2121
- ollama_models:/models

0 commit comments

Comments
 (0)