From cfec7bd8b79614fb00dfc78ea40f6ff8b1a0862a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 12 Apr 2017 17:08:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db0418..e4b1e8d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ Use `FROM %%BASE_IMAGE%%` inside your docker file. We use alpine linux 3.5 for a "description": "long descripton", "startup": "before|after|once", "boot": "auto|manual", - "ports": {"123/tcp", 123}, + "ports": { + "123/tcp": 123 + }, "map_config": "bool", "map_ssl": "bool", "options": {},