mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-05 12:26:09 +02:00
docs: Add IMAGE_DEBUG to README
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
fb63647e7e
commit
7403dcda6b
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
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)
|
# 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)**.
|
**If you have any questions or problems while using the image, please ask for assistance on the Help Forum first (https://help.nextcloud.com)**.
|
||||||
|
|
Loading…
Add table
Reference in a new issue