add layer4 support to caddy
All checks were successful
git.dreamfall.space/caddy-docker/pipeline/head This commit looks good
All checks were successful
git.dreamfall.space/caddy-docker/pipeline/head This commit looks good
This commit is contained in:
parent
6117b0a28d
commit
42063d810b
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM docker.io/library/caddy:builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/linode
|
||||
--with github.com/caddy-dns/linode \
|
||||
--with github.com/mholt/caddy-l4
|
||||
|
||||
FROM docker.io/library/caddy:latest
|
||||
|
||||
|
|
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
build:
|
||||
podman build . -t caddy:latest
|
||||
|
||||
test:
|
||||
podman run -it --rm localhost/caddy:latest caddy list-module
|
Loading…
Reference in a new issue