From 2f5f4c29d7a7395c1e4ed24f12bf8b28c221f4f3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:10:02 +0200 Subject: [PATCH] Allow mapping to /media and /share https://github.com/alexbelgium/hassio-addons/issues/865#issuecomment-1604882519 --- tandoor_recipes/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 3f7c5224e..cdebf7223 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -62,7 +62,9 @@ }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", "map": [ - "config:rw" + "config:rw", + "share:rw", + "media:rw" ], "name": "Tandoor recipes", "options": { @@ -97,5 +99,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.12-3" + "version": "1.4.12-4" }