blob: 89f6da543f17ca201f5e812f91cf01c46eae5294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Describe the environment**
- Install environment: docker, docker swarm, podman, kubernetes, or package
- If available, the `docker-compose.yaml` file
- If package, we need the distribution and release: Ubuntu 22.04, Debian 11, ...
- Or if you're running the plain binary, how you're running it
- In any case, you have to specify the version in use
**How to Reproduce the bug**
Steps to reproduce the behavior:
1. Given the previously described environment
2. Do this and that
3. I get this error
**Expected behavior**
This should happen instead.
**Additional context**
Add any other context about the problem here.
**Notes**
- Please write in english only. If you provide some images in different languages, you're required to write a translation in english.
|