这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

***

Expand Down