Compare commits

..

No commits in common. "dc7cb0cc08e4bb188e0cab8bde4297690c84a0dd" and "25aade54fda1734afc0e00a0ce27fa7b0ef3450c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
FROM caddy:2.7.6-builder-alpine@sha256:3272da796d0946b4f7923ffb98eec0428e7d3778288c25ccd400a24ae5de5ac4 AS builder
FROM caddy:2.7.6-builder-alpine@sha256:6830ac674c20121639507269dc8c2fe4283de1be46818111db409812d10d5de1 AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.7.6-alpine@sha256:80ca561981768b2c3568cc4bef3d4cd1f11c2a625c806bedeb8453aef98779a0
FROM caddy:2.7.6-alpine@sha256:a9044fcee0bb19da784385461997d320fb05f59a8388fb76cfbb99e8f527c643
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]

View file

@ -1,6 +1,6 @@
services:
example:
image: caddy:2.7.6-alpine@sha256:80ca561981768b2c3568cc4bef3d4cd1f11c2a625c806bedeb8453aef98779a0
image: caddy:2.7.6-alpine@sha256:a9044fcee0bb19da784385461997d320fb05f59a8388fb76cfbb99e8f527c643
restart: unless-stopped
networks:
- caddy