We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d518b05 commit fdf8c43Copy full SHA for fdf8c43
Dockerfile
@@ -1,7 +1,7 @@
1
FROM caddy:2.0.0-builder AS builder
2
-RUN caddy-builder github.com/rgdev/caddy-tlsconsul
+RUN caddy-builder github.com/pteich/caddy-tlsconsul
3
4
FROM caddy:2.0.0
5
LABEL maintainer="peter.teich@gmail.com"
6
LABEL description="Caddy 2 with integrated TLS Consul Storage plugin"
7
-COPY --from=builder /usr/bin/caddy /usr/bin/caddy
+COPY --from=builder /usr/bin/caddy /usr/bin/caddy
go.mod
@@ -1,4 +1,4 @@
-module github.com/rgdev/caddy-tlsconsul
+module github.com/pteich/caddy-tlsconsul
go 1.14
0 commit comments