Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed old proxy-protocol support.
Added json scheme generation and generel layer4 plugin (which also provides proxy_protocol support)
  • Loading branch information
xpherism authored Mar 4, 2023
1 parent 4a52e48 commit 8b74a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM caddy:builder-alpine AS builder

RUN xcaddy build \
--with github.com/rocketreferrals/caddy-go-proxyproto
--with github.com/abiosoft/caddy-json-schema \
--with github.com/mholt/caddy-l4

FROM caddy:alpine

Expand Down

0 comments on commit 8b74a84

Please sign in to comment.