1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-20 12:52:59 +00:00

add debugging input to readme and bug report template

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-01-13 08:43:18 +01:00
parent d8811ec591
commit 5a4335998d
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -25,10 +25,11 @@ The `docker-compose.yml` file by default pulls Docker containers from https://hu
If you are running into a problem please include the following issues in the description of your report:
- the error message produced when running `docker-compose up`
- the output of `docker-compose ps`
- or the output of `docker-compose ps`
- for failed containers the output of `docker-compose logs $containername`
- the contents of your `.env`
- the output of `docker-compose config`
- either the output of `docker-compose config` (only useful when `docker-compose up` succeeds) or your `docker-compose.yml`
- the output of `docker -v` and `docker-compose -v`
Please make sure to remove sensitive data (for example your real hostname or passwords for accounts) when posting these information publicly.