From e6831a16a69817f06b657482dd232b5275383b47 Mon Sep 17 00:00:00 2001 From: James Li Date: Sat, 22 May 2021 02:58:31 +0800 Subject: [PATCH] fix sample error (#1958) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix sample error Co-authored-by: James3 Li(李麒傑) --- kong/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kong/content.md b/kong/content.md index 65a4ee26e..e5a387e7c 100644 --- a/kong/content.md +++ b/kong/content.md @@ -123,7 +123,7 @@ You can override any property of the [Kong configuration file](https://docs.kong ```shell $ docker run -d --name kong \ - -e "KONG_DATABASE=postgres" + -e "KONG_DATABASE=postgres" \ -e "KONG_PG_HOST=kong-database" \ -e "KONG_LOG_LEVEL=info" \ -e "KONG_CUSTOM_PLUGINS=helloworld" \