fix: bind docling-serve to localhost
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
services.docling-serve = {
|
||||
enable = true;
|
||||
port = 5001;
|
||||
host = "0.0.0.0";
|
||||
host = "127.0.0.1";
|
||||
openFirewall = true;
|
||||
#environment
|
||||
#environmentFile
|
||||
|
||||
Reference in New Issue
Block a user