Skip to content

Commit 76e7d2c

Browse files
authored
Merge pull request #692 from thefosk/master
Update Kong documentation
2 parents b7ed8c7 + 9713b93 commit 76e7d2c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

kong/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ Once the database is running, we can start a Kong container and link it to the d
5252

5353
```shell
5454
$ docker run -d --name kong \
55-
-e "KONG_DATABASE=cassandra" \
5655
--link kong-database:kong-database \
56+
-e "KONG_DATABASE=cassandra" \
57+
-e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" \
58+
-e "KONG_PG_HOST=kong-database" \
5759
-p 8000:8000 \
5860
-p 8443:8443 \
5961
-p 8001:8001 \

kong/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ Once the database is running, we can start a Kong container and link it to the d
4444

4545
```shell
4646
$ docker run -d --name kong \
47-
-e "KONG_DATABASE=cassandra" \
4847
--link kong-database:kong-database \
48+
-e "KONG_DATABASE=cassandra" \
49+
-e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" \
50+
-e "KONG_PG_HOST=kong-database" \
4951
-p 8000:8000 \
5052
-p 8443:8443 \
5153
-p 8001:8001 \

0 commit comments

Comments
 (0)