initial import
This commit is contained in:
commit
7fb707b032
2 changed files with 9 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM caddy:builder AS builder
|
||||
RUN xcaddy build \
|
||||
--with github.com/mholt/caddy-l4
|
||||
|
||||
FROM caddy:latest
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Caddy venusian
|
||||
|
||||
A custom version of caddy with layer4
|
||||
Loading…
Add table
Add a link
Reference in a new issue