Merge pull request #917 from progrium/649-mh-resolvconf-doc

[ci skip] document resolvconf troubleshooting step. closes #649
This commit is contained in:
Jose Diaz-Gonzalez
2015-01-23 16:15:38 -05:00

View File

@@ -81,8 +81,13 @@ __Solution (Less solution, more helpful troubleshooting steps):__
```
Sometimes (especially on DO) deploying again seems to get past these seemingly transient issues
Additionally we've seen issues if changing networks that have different DNS resolvers. In this case, you can run the following to update your resolv.conf
Please see https://github.com/progrium/dokku/issues/841
```
root@dokku:~# resolvconf -u
```
Please see https://github.com/progrium/dokku/issues/841 and https://github.com/progrium/dokku/issues/649
***