[FIX]Caddy : remove custom encoder to use stable

Because custom encoder enforces 2.5.0-beta...
This commit is contained in:
Fabien BOURGEOIS 2022-04-21 19:12:26 +02:00
parent 5f4a627d8f
commit f34f22bfe6
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,6 @@ FROM caddy:2-builder AS builder
LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
RUN xcaddy build \
--with github.com/caddyserver/transform-encoder \
--with github.com/caddy-dns/lego-deprecated
FROM caddy:2

View File

@ -6,9 +6,7 @@
include http.log.access
output stdout
level INFO
format formatted "[{ts}] {request>remote_addr} {request>headers>X-Forwarded-For} {request>method} {request>host}{request>uri} {status} {request>headers>User-Agent} {request>headers>Referer}" {
time_format "02/01/2006 15:04:05-0700"
}
format console
}
}