40 lines
638 B
Markdown
40 lines
638 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
---
|
|
|
|
### Behaviour
|
|
|
|
#### Steps to reproduce this issue
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
#### Expected behaviour
|
|
|
|
> Tell me what should happen
|
|
|
|
#### Actual behaviour
|
|
|
|
> Tell me what happens instead
|
|
|
|
### Configuration
|
|
|
|
* Docker version (type `docker --version`) :
|
|
* Docker compose version if applicable (type `docker-compose --version`) :
|
|
* Platform (Debian 9, Ubuntu 18.04, ...) :
|
|
* Include all necessary configuration files : `docker-compose.yml`, `.env`, ...
|
|
|
|
### Docker info
|
|
|
|
```
|
|
> Output of command `docker info`
|
|
```
|
|
|
|
### Logs
|
|
|
|
```
|
|
> Container logs (set LOG_LEVEL to debug if applicable)
|
|
```
|