mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:55:41 -04:00
docs(readme): update
This commit is contained in:
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -14,6 +14,9 @@ body:
|
||||
4. Before creating this bug report, ensure you updated your applications to the latest versions.
|
||||
Check your configurations to ensure there are no typos or errors.
|
||||
Docker users should attempt to re-pull the TVApp2 image to ensure caching is not the cause of an issue.
|
||||
5. To get detailed logs of the issue, set the environment variable:
|
||||
`LOG_LEVEL=5`
|
||||
Restart the docker container and you should get more detailed logs.
|
||||
|
||||
<br />
|
||||
|
||||
@@ -126,9 +129,9 @@ body:
|
||||
- type: textarea
|
||||
id: docker-compose
|
||||
attributes:
|
||||
label: docker-compose.yml
|
||||
label: docker-compose.yml / Run command
|
||||
description: |
|
||||
Copy / paste your `docker-compose.yml` file here
|
||||
Copy / paste your `docker-compose.yml` file or run command here
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
@@ -137,6 +140,7 @@ body:
|
||||
description: |
|
||||
Paste your docker logs here.
|
||||
You can get your docker logs by opening terminal and running `docker logs tvapp2`
|
||||
To get detailed logs, set the environment variable `LOG_LEVEL=5` and restart the container.
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
|
||||
Reference in New Issue
Block a user