diff --git a/joplin/config.json b/joplin/config.json index 1bde3ec8c..1e706a0bc 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -24,6 +24,9 @@ "ports_description": { "22300/tcp": "Web interface" }, + "privileged": [ + "SYS_TIME" + ], "schema": { "APP_BASE_URL": "str", "DB_CLIENT": "str?", @@ -44,6 +47,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.9.7-2", + "version": "2.9.7-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" }