Explorar el Código

Merge pull request #1007 from jonocodes/master

Update README.md for Kong
Tianon Gravi hace 8 años
padre
commit
aa70f226e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kong/content.md

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