Update README.md
This commit is contained in:
@@ -24,10 +24,10 @@ Use `FROM %%BASE_IMAGE%%` inside your docker file. We use alpine linux 3.5 for a
|
|||||||
"description": "long descripton",
|
"description": "long descripton",
|
||||||
"startup": "before|after|once",
|
"startup": "before|after|once",
|
||||||
"boot": "auto|manual",
|
"boot": "auto|manual",
|
||||||
"ports": [123],
|
"ports": {'123/tcp', 123},
|
||||||
"map_config": "bool",
|
"map_config": "bool",
|
||||||
"map_ssl": "bool",
|
"map_ssl": "bool",
|
||||||
"map_data": "bool",
|
"map_data": "bool",
|
||||||
"options": {},
|
"options": {},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user