From 5a6afe278b6c1e384bf89c994dfc98efd7caf0eb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:49:16 +0100 Subject: [PATCH] add host network access --- doublecommander/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/doublecommander/config.json b/doublecommander/config.json index a82f67598..d18263d55 100644 --- a/doublecommander/config.json +++ b/doublecommander/config.json @@ -24,6 +24,7 @@ "webui": "http://[HOST]:[PORT:3000]", "boot": "auto", "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "host_network": true, "full_access": true, "environment": { "PUID": "0",