mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +01:00
fix(README): Point help seekers to forum first
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
ef38201477
commit
ba9a6c2d93
1 changed files with 9 additions and 2 deletions
11
README.md
11
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!
|
||||
|
|
Loading…
Reference in a new issue