From 02ad4d9a8e5d783b9de7a0b2de31ef9468a2638f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 May 2022 18:13:13 +0200 Subject: [PATCH] Update config.json --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index ed3fc7e66..b1725f6ac 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -66,7 +66,7 @@ "ports_description": { "8083/tcp": "calibre-web webui" }, - "privileged": [], + "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN" ], "schema": { "OAUTHLIB_RELAX_TOKEN_SCOPE": "str?", "DOCKER_MODS": "str?",