diff --git a/credits.md b/credits.md
index 7199d82..dc2127d 100644
--- a/credits.md
+++ b/credits.md
@@ -117,6 +117,13 @@
EVOTk
+
+
+
+
+ Kenneth Church
+
+ |
@@ -130,15 +137,15 @@
Kashif Sohail
- |
+
+
Erik Vroon
- |
-
+
@@ -173,15 +180,15 @@
Dan Gilbert
- |
+
+
RĂºben Silva
- |
-
+
@@ -216,15 +223,15 @@
FormatToday
- |
+
+
Iaroslav Dronskii
- |
-
+
@@ -259,15 +266,15 @@
Shreya Roy
- |
+
+
Xert
- |
-
+
@@ -286,7 +293,7 @@
- tazboyz16
+ Tazboyz16
|
diff --git a/troubleshooting.md b/troubleshooting.md
index 1dca6dc..b98ca4b 100644
--- a/troubleshooting.md
+++ b/troubleshooting.md
@@ -9,6 +9,7 @@
- [404 On Static Hosting](#404-on-static-hosting)
- [Yarn Build or Run Error](#yarn-error)
- [Auth Validation Error: "should be object"](#auth-validation-error-should-be-object)
+- [App Not Starting After Update to 2.0.4](#app-not-starting-after-update-to-204)
- [Keycloak Redirect Error](#keycloak-redirect-error)
- [Docker Directory Error](#docker-directory)
- [Config Not Updating](#config-not-updating)
@@ -116,6 +117,18 @@ auth:
---
+## App Not Starting After Update to 2.0.4
+
+Version 2.0.4 introduced changes to how the config is read, and the app is build. If you were previously mounting `/public` as a volume, then this will over-write the build app, preventing it from starting. The solution is to just pass in the file(s) / sub-directories that you need. For example:
+
+```yaml
+volumes:
+- /srv/dashy/conf.yml:/app/public/conf.yml
+- /srv/dashy/item-icons:/app/public/item-icons
+```
+
+---
+
## Keycloak Redirect Error
Check the [browser's console output](#how-to-open-browser-console), if you've not set any headers, you will likely see a CORS error here, which would be the source of the issue.