Skip to content

Commit 68a792e

Browse files
authored
docs: update the issue template
1 parent ad9b2c9 commit 68a792e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,30 @@ Info: running acme-companion version v2.0.0
2828

2929
If this first log line isn't present you are using a v1 image: please provide the tagged version you are using. If you are not using a tagged version latest, please try again with a tagged release before opening an issue (the last v1 tagged release is v1.13.1).
3030

31-
nginx-proxy configuration
31+
nginx-proxy's Docker configuration
3232
-----------------
3333

3434
Please provide the configuration (either command line, compose file, or other) of your nginx-proxy stack and your proxied container(s).
3535

3636
You can obfuscate information you want to keep private (and should obfuscate configuration secrets) such as domain(s) and/or email adress(es), but other than that please provide the full configurations and not the just snippets of the parts that seem relevants to you.
3737

38+
rendered nginx configuration
39+
-----------------
40+
41+
Please provide the rendered nginx configuration:
42+
43+
```console
44+
docker exec name-of-the-nginx-container nginx -T
45+
```
46+
3847
Containers logs
3948
-----------------
4049

4150
Please provide the logs of:
4251
- your acme-companion container
4352
- your nginx-proxy container (or nginx and docker-gen container in a three containers setup)
4453

45-
```
54+
```console
4655
docker logs name-of-the-companion-container
4756
```
4857

0 commit comments

Comments
 (0)