Merge pull request #1601 from ojacquemart/master

Fix typo
This commit is contained in:
Jose Diaz-Gonzalez
2015-10-23 22:58:25 -04:00

View File

@@ -2,7 +2,7 @@
> New as of 0.3.0
Following a deploy, dokku will now wait `10` seconds before routing traffic to the nwe container. If the container is not running after this time, then the deploy is failed and your old container will continue serving traffic. You can configure this time using the following command:
Following a deploy, dokku will now wait `10` seconds before routing traffic to the new container. If the container is not running after this time, then the deploy is failed and your old container will continue serving traffic. You can configure this time using the following command:
```shell
dokku config:set --global DOKKU_DEFAULT_CHECKS_WAIT=30