From 7f93c0d979648c576b89c36154c657fd7a05b8b6 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Thu, 21 Mar 2019 16:32:40 +0000 Subject: [PATCH] kong: specify the KONG_PG_HOST environment variable --- kong/content.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kong/content.md b/kong/content.md index 4981db721..3eb9dd27a 100644 --- a/kong/content.md +++ b/kong/content.md @@ -61,6 +61,7 @@ Once the database has been started and prepared, we can start a Kong container a $ docker run -d --name kong \ --link kong-database:kong-database \ -e "KONG_DATABASE=postgres" \ + -e "KONG_PG_HOST=kong-database" \ -e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" \ -e "KONG_PROXY_ACCESS_LOG=/dev/stdout" \ -e "KONG_ADMIN_ACCESS_LOG=/dev/stdout" \