1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-27 11:53:15 +01:00

Add share to docker config issue (#4322)

This commit is contained in:
Mike Degatano
2023-05-30 15:36:06 -04:00
committed by GitHub
parent 841f68c175
commit e449205863
6 changed files with 35 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
"url": "https://www.home-assistant.io/",
"startup": "application",
"boot": "auto",
"map": ["config:rw", "ssl", "media"],
"map": ["config:rw", "ssl", "media", "share"],
"options": {},
"schema": {},
"image": "test/{arch}-my-custom-addon"