Merge pull request #692 from thefosk/master

Update Kong documentation
This commit is contained in:
Tianon Gravi 2016-09-16 09:00:40 -07:00 committed by GitHub
commit 76e7d2cdd4
2 changed files with 6 additions and 2 deletions

View File

@ -52,8 +52,10 @@ Once the database is running, we can start a Kong container and link it to the d
```shell
$ docker run -d --name kong \
-e "KONG_DATABASE=cassandra" \
--link kong-database:kong-database \
-e "KONG_DATABASE=cassandra" \
-e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" \
-e "KONG_PG_HOST=kong-database" \
-p 8000:8000 \
-p 8443:8443 \
-p 8001:8001 \

View File

@ -44,8 +44,10 @@ Once the database is running, we can start a Kong container and link it to the d
```shell
$ docker run -d --name kong \
-e "KONG_DATABASE=cassandra" \
--link kong-database:kong-database \
-e "KONG_DATABASE=cassandra" \
-e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" \
-e "KONG_PG_HOST=kong-database" \
-p 8000:8000 \
-p 8443:8443 \
-p 8001:8001 \