mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-25 10:58:01 +01:00
Set bind propagation mode for media (#4308)
* Set bind propagation mode for media * Add some test cases
This commit is contained in:
4
tests/fixtures/basic-addon-config.json
vendored
4
tests/fixtures/basic-addon-config.json
vendored
@@ -7,8 +7,8 @@
|
||||
"url": "https://www.home-assistant.io/",
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"map": ["config:rw", "ssl"],
|
||||
"map": ["config:rw", "ssl", "media"],
|
||||
"options": {},
|
||||
"schema": {},
|
||||
"image": "test/{arch}-my-custom-addon"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user