From 4fb98f50be24ce25722bd7c25f6183cd102c9af4 Mon Sep 17 00:00:00 2001 From: Oleksandr Hladin Date: Mon, 11 Oct 2021 21:07:44 +0300 Subject: [PATCH] Add host parameter to documentation example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 839080b6..9b6a2f72 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ custom: stages: - dev start: + host: localhost # localhost by default, but you can specify any host port: 8000 inMemory: true heapInitial: 200m