Interactive mode is not required to run kong database migrations

Signed-off-by: Jono <jono@foodnotblogs.com>
This commit is contained in:
Jono 2017-09-17 21:41:26 -07:00
parent 74518562ee
commit ecd73222e2
2 changed files with 2 additions and 2 deletions

View File

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

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" \