Update Kong documentation
This commit is contained in:
parent
b7ed8c710f
commit
9713b93045
|
|
@ -52,8 +52,10 @@ Once the database is running, we can start a Kong container and link it to the d
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ docker run -d --name kong \
|
$ docker run -d --name kong \
|
||||||
-e "KONG_DATABASE=cassandra" \
|
|
||||||
--link kong-database:kong-database \
|
--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 8000:8000 \
|
||||||
-p 8443:8443 \
|
-p 8443:8443 \
|
||||||
-p 8001:8001 \
|
-p 8001:8001 \
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,10 @@ Once the database is running, we can start a Kong container and link it to the d
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ docker run -d --name kong \
|
$ docker run -d --name kong \
|
||||||
-e "KONG_DATABASE=cassandra" \
|
|
||||||
--link kong-database:kong-database \
|
--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 8000:8000 \
|
||||||
-p 8443:8443 \
|
-p 8443:8443 \
|
||||||
-p 8001:8001 \
|
-p 8001:8001 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue