Browse Source

fix sample error (#1958)

* fix sample error

Co-authored-by: James3 Li(李麒傑) <[email protected]>
James Li 4 years ago
parent
commit
e6831a16a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kong/content.md

+ 1 - 1
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" \