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: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ The version of this plugin in the master branch supports Caddy 2.0.0+ using Cert
16
16
- For Caddy 0.10.x to 0.11.1 : use the `old_storage_interface` branch.
17
17
- For Caddy 1.x : use the `caddy1` branch.
18
18
19
+
## Docker Image
20
+
You can use my Docker image `pteich/caddy-tlsconsul` (https://hub.docker.com/r/pteich/caddy-tlsconsul) to get an image of Caddy including this Consul TLS plugin build in. It is based on the official caddy:2 image and will be build automatically on changes in this repo.
21
+
22
+
Available tags are `pteich/caddy-tlsconsul:latest` or semver compatible version tags like 1.4 or 1.4.1 referencing the versions of this plugin.
0 commit comments