We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152e18a commit 0fe6672Copy full SHA for 0fe6672
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,10 +6,6 @@ labels: ""
6
assignees: ""
7
---
8
9
-☺️ Please check the troubleshooting page before opening a new issue. ☺️
10
-
11
-https://github.com/jeboehm/docker-mailserver/wiki/Troubleshooting
12
13
**Describe the bug**
14
A clear and concise description of what the bug is.
15
@@ -24,8 +20,13 @@ If applicable, add screenshots to help explain your problem.
24
20
25
21
**Docker environment (please complete the following information):**
26
22
23
+- Output of `docker ps -a` (filter relevant containers)
27
- Output of `docker info`
28
- Output of `docker-compose version`
29
+**Kubernetes environment (please complete the following information):**
+
+- Output of `kubectl get pods -o wide`
30
31
**Additional context**
32
Add any other context about the problem here.
0 commit comments