customize bug_report.md

This commit is contained in:
Youe Graillot 2022-12-08 09:49:40 +01:00
parent df011961ac
commit 1badd190f7
1 changed files with 19 additions and 9 deletions

View File

@ -23,16 +23,26 @@ A clear and concise description of what you expected to happen.
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):** **System info (please complete the following information):**
- OS: [e.g. iOS] - OS: [e.g. windows, ubuntu]
- Browser [e.g. chrome, safari] - Container engine [e.g. docker 20.10]
- Version [e.g. 22]
**Smartphone (please complete the following information):** **docker-compose.yml (please complete the following information):**
- Device: [e.g. iPhone6] ```yml
- OS: [e.g. iOS8.1] version: "3"
- Browser [e.g. stock browser, safari] services:
- Version [e.g. 22] lidarr:
image: youegraillot/lidarr-on-steroids
restart: unless-stopped
ports:
- "8686:8686" # Lidarr web UI
- "6595:6595" # Deemix web UI
volumes:
- <path>:/config
- <path>:/config_deemix
- <path>:/downloads
- <path>:/music
```
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.