From 7a72d209ea74d82c419ef150ad902b45e36ad410 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sun, 1 Feb 2026 17:24:01 -0800 Subject: [PATCH] add --network host to newt install command for docker run --- src/components/newt-install-commands.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/newt-install-commands.tsx b/src/components/newt-install-commands.tsx index c06b2047..b814fdae 100644 --- a/src/components/newt-install-commands.tsx +++ b/src/components/newt-install-commands.tsx @@ -91,7 +91,7 @@ export function NewtSiteInstallCommands({ - NEWT_SECRET=${secret}${acceptClientsEnv}` ], "Docker Run": [ - `docker run -dit fosrl/newt --id ${id} --secret ${secret} --endpoint ${endpoint}${acceptClientsFlag}` + `docker run -dit --network host fosrl/newt --id ${id} --secret ${secret} --endpoint ${endpoint}${acceptClientsFlag}` ] }, kubernetes: {