Update README.md

This commit is contained in:
Pascal Vizeli
2017-04-10 11:04:04 +02:00
committed by GitHub
parent 795e37df73
commit d0b12050d5

View File

@@ -20,11 +20,13 @@ Use `FROM %%BASE_IMAGE%%` inside your docker file. We use alpine linux 3.5 for a
{ {
"name": "xy", "name": "xy",
"verson": "1.2", "verson": "1.2",
"slug": "folder",
"description": "long descripton", "description": "long descripton",
"startup": "before|after", "startup": "before|after|once",
"boot": "start|stop|manual", "boot": "start|stop|manual",
"ports": [123], "ports": [123],
"map_config": "bool", "map_config": "bool",
"map_ssl": "bool", "map_ssl": "bool",
"options": {},
} }
``` ```