Compare commits

..

No commits in common. "b167c5dcbefd3c176a40883f86c74e733bfd97b2" and "19af897e6e1a2f55899f0741cf25003386bcc80f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
FROM caddy:2.8.4-builder-alpine@sha256:efcaded1f3de9b4af57b504287685af4abb4d6152188550387b454236526a9fc AS builder
FROM caddy:2.8.4-builder-alpine@sha256:9ac8f41aed823996bfe1253d43b9723fddf952f31c4d9022fe57ef0ded3e24f6 AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
FROM caddy:2.8.4-alpine@sha256:e3cf7d27f0b749d5e70967301d8e70d08fc285cb85a0ae1b3ccc66067d2ddf47
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.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
image: caddy:2.8.4-alpine@sha256:e3cf7d27f0b749d5e70967301d8e70d08fc285cb85a0ae1b3ccc66067d2ddf47
restart: unless-stopped
networks:
- caddy