Skip to content

Commit

Permalink
docs: update the issue template
Browse files Browse the repository at this point in the history
buchdag authored Jul 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ad9b2c9 commit 68a792e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -28,21 +28,30 @@ Info: running acme-companion version v2.0.0

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).

nginx-proxy configuration
nginx-proxy's Docker configuration
-----------------

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

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.

rendered nginx configuration
-----------------

Please provide the rendered nginx configuration:

```console
docker exec name-of-the-nginx-container nginx -T
```

Containers logs
-----------------

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

```
```console
docker logs name-of-the-companion-container
```

0 comments on commit 68a792e

Please sign in to comment.