Merge pull request #1007 from jonocodes/master
Update README.md for Kong
This commit is contained in:
commit
aa70f226e8
|
|
@ -43,7 +43,7 @@ docker run -d --name kong-database \
|
||||||
Run the database migrations with an ephemeral Kong container:
|
Run the database migrations with an ephemeral Kong container:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -it --rm \
|
docker run --rm \
|
||||||
--link kong-database:kong-database \
|
--link kong-database:kong-database \
|
||||||
-e "KONG_DATABASE=postgres" \
|
-e "KONG_DATABASE=postgres" \
|
||||||
-e "KONG_PG_HOST=kong-database" \
|
-e "KONG_PG_HOST=kong-database" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue