1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Update README.md

This commit is contained in:
Pascal Vizeli
2018-04-12 14:46:04 +02:00
committed by GitHub
parent 40f74aff0a
commit 99c5fd4110

View File

@@ -30,10 +30,10 @@ Provide a `supervisor.json` on your data partition they can/need follow struct:
```json
{
"supervisor": "repo/image",
"data_folder": "name_of_data_folder",
"supervisor_args": "optional / custom docker arguments",
"cli": "repo/image",
"cli_args": "optional / custom docker arguments"
"cli_args": "optional / custom docker arguments",
"data_folder": "name_of_data_folder"
}
```