immich version, caddy
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 46s

This commit is contained in:
2025-09-29 21:49:04 -03:00
parent 68b8a7c665
commit 260b3f731e
4 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
FROM caddy:2.7.6-builder AS builder
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:2.7.6
FROM caddy
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

View File

@@ -2,8 +2,8 @@ services:
caddy:
image: caddy:latest
container_name: caddy
#build:
# dockerfile: Dockerfile
build:
dockerfile: Dockerfile
restart: unless-stopped
cap_add:
- NET_ADMIN