summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-05-07 11:58:49 -0400
committerGitHub <noreply@github.com>2024-05-07 11:58:49 -0400
commit7a4823180dc0a8c7d92a5dfb20701b04770c5706 (patch)
tree8cefaba749b38f81099e3083048c1fc5f0603c3d /README.md
parentef382014777bc7d747792ab8d70b8ca162b25619 (diff)
parentba9a6c2d9382356a02013a0cd7d6a98ef3f41b43 (diff)
Merge pull request #2216 from nextcloud/fix/readme-helpHEADmaster
fix(README): Point help seekers to forum first
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index c73bbebf..4c69999b 100644
--- a/README.md
+++ b/README.md
@@ -602,5 +602,12 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som
docker-compose exec app chown -R www-data:www-data /var/www/html/custom_apps
```
-# Questions / Issues
-If you got any questions or problems using the image, please visit our [Github Repository](https://github.com/nextcloud/docker) and write an issue.
+# 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)**.
+
+Also, most Nextcloud Server matters are covered in the [Nextcloud Admin Manual](https://docs.nextcloud.com/server/latest/admin_manual/) which is routinely updated.
+
+If you believe you've found a bug (or have an enhancement idea) in the image itself, please [search for already reported bugs and enhancement ideas](https://github.com/nextcloud/docker/issues). If there is an existing open issue, you can either add to the discussion there or upvote to indicate you're impacted by (or interested in) the same issue. If you believe you've found a new bug, please create a new Issue so that others can try to reproduce it and remediation can be tracked.
+
+Thanks for helping to make the Nextcloud community maintained micro-services image better!