Update README.md

Remove -it from migration run since it was tripping up a script I was writing. This is not needed because it is not being used interactively here.
This commit is contained in:
Jono 2017-09-15 16:35:21 -07:00 committed by GitHub
parent b72b275fce
commit 74518562ee
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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" \