You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,21 +28,30 @@ Info: running acme-companion version v2.0.0
28
28
29
29
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).
30
30
31
-
nginx-proxy configuration
31
+
nginx-proxy's Docker configuration
32
32
-----------------
33
33
34
34
Please provide the configuration (either command line, compose file, or other) of your nginx-proxy stack and your proxied container(s).
35
35
36
36
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.
37
37
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
+
38
47
Containers logs
39
48
-----------------
40
49
41
50
Please provide the logs of:
42
51
- your acme-companion container
43
52
- your nginx-proxy container (or nginx and docker-gen container in a three containers setup)
0 commit comments