Merge pull request #1007 from jonocodes/master

Update README.md for Kong
This commit is contained in:
Tianon Gravi 2017-09-18 09:35:29 -07:00 committed by GitHub
commit aa70f226e8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ docker run -d --name kong-database \
Run the database migrations with an ephemeral Kong container:
```shell
docker run -it --rm \
docker run --rm \
--link kong-database:kong-database \
-e "KONG_DATABASE=postgres" \
-e "KONG_PG_HOST=kong-database" \