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
|
image: ollama/ollama:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./ollama:/root/.ollama
|
- ./ollama:/root/.ollama
|
||||||
ports:
|
|
||||||
- "11434:11434" # Optional: expose for debugging
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: serve
|
command: serve
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue