mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
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
4 lines
99 B
Docker
4 lines
99 B
Docker
FROM caddy:2.7.5
|
|
RUN apk add --no-cache ca-certificates tzdata
|
|
COPY Caddyfile /etc/caddy/Caddyfile
|