![renovate[bot]](/assets/img/avatar_default.png)
Signed-off-by: Zoey <zoey@z0ey.de> - dep updates - upodate nginx/certbot - improve headers - change NPM to NPMplus in launch.sh - when using https backend, only TLSv1 to TLSv1.3 is now allowed, whith secure ciphers
3 lines
99 B
Docker
3 lines
99 B
Docker
FROM caddy:2.7.5
|
|
RUN apk add --no-cache ca-certificates tzdata
|
|
COPY Caddyfile /etc/caddy/Caddyfile
|