Przeglądaj źródła

Interactive mode is not required to run kong database migrations

Signed-off-by: Jono <[email protected]>
Jono 8 lat temu
rodzic
commit
ecd73222e2
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      kong/README.md
  2. 1 1
      kong/content.md

+ 1 - 1
kong/README.md

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

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