From 5e20111dcefca9baeaef91dff921604cda17cb72 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 19:37:46 +0100 Subject: [PATCH] Update config.json --- joplin/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/joplin/config.json b/joplin/config.json index 5e8265385..c167cb1d9 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -1,6 +1,6 @@ { "name": "Joplin Server", - "version": "2.7.4-5", + "version": "2.7.4-6", "upstream": "2.7.4", "slug": "joplin", "description": "Self-hosted open source note-taking application", @@ -24,7 +24,8 @@ "data_location": "/config/addons_config/joplin" }, "map": [ - "config:rw" + "config:rw", + "share:rw" ], "schema": { "APP_BASE_URL": "str",