Update README.md

This commit is contained in:
Pascal Vizeli 2018-04-12 14:49:11 +02:00 committed by GitHub
parent 99c5fd4110
commit 8b236f1a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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