summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-10-16 10:22:25 -0400
committerGitHub <noreply@github.com>2024-10-16 10:22:25 -0400
commit7403dcda6b522a1d3d1cf6d186ff3aeb10de6458 (patch)
tree7f0a53d1e8d6be6a1946830fb9a9a0d0283ecb17
parentfb63647e7e21898fb7f9c8ad2c88ff8ca59b505d (diff)
docs: Add IMAGE_DEBUG to READMEjtr-feat-entrypoint-debug
Signed-off-by: Josh <josh.t.richards@gmail.com>
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8f41dcb..da0a26f4 100644
--- a/README.md
+++ b/README.md
@@ -631,6 +631,15 @@ docker exec container-name chown -R www-data:root /var/www/html
```
After changing the permissions, restart the container and the permission errors should disappear.
+
+# Troubleshooting
+
+The Nextcloud image entrypoint supports a debug (verbose) mode that can be toggled on via an environment variable. This can be used to troubleshoot container start-up, Nextcloud installation, entrypoint changes, etc.
+
+- `IMAGE_DEBUG=1`
+
+Note the container log will be highly verbose with this on!
+
# Help (Questions / Issues)
**If you have any questions or problems while using the image, please ask for assistance on the Help Forum first (https://help.nextcloud.com)**.