ollama: restrict port 11434 to 127.0.0.1 (LAN security audit)
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
image: ollama/ollama:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 11434:11434
|
||||
- 127.0.0.1:11434:11434
|
||||
environment:
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
||||
|
||||
Reference in New Issue
Block a user