Merge branch 'master' of git.bizmatch.net:aknuth/docker

This commit is contained in:
Andreas Knuth 2025-09-11 13:12:03 -05:00
commit 8b5b984d22
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Dockerfile.caddy
ARG CADDY_VERSION=v2.9.1
ARG CADDY_VERSION=2.9.1
FROM caddy:${CADDY_VERSION}-builder AS builder
# Caddy in exakt dieser Version + Plugins bauen

View File

@ -1,6 +1,6 @@
services:
caddy:
container_name: caddy
image: custom-caddy:2.9.1
build:
context: .
dockerfile: Dockerfile.caddy