diff --git a/kong/content.md b/kong/content.md index 31660be9c..b50d35ac3 100644 --- a/kong/content.md +++ b/kong/content.md @@ -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" \