Merge pull request #1453 from hutchic/kong/pg_host

kong: specify the KONG_PG_HOST environment variable
This commit is contained in:
Tianon Gravi 2019-03-22 14:47:34 -07:00 committed by GitHub
commit f2dcee7774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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" \