Remove exposed Ollama port to avoid conflict with host systemd service
This commit is contained in:
parent
5505d2b217
commit
62637acb6f
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ services:
|
|||
image: ollama/ollama:latest
|
||||
volumes:
|
||||
- ./ollama:/root/.ollama
|
||||
ports:
|
||||
- "11434:11434" # Optional: expose for debugging
|
||||
restart: unless-stopped
|
||||
command: serve
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue