customize bug_report.md
This commit is contained in:
parent
df011961ac
commit
1badd190f7
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue