Compare commits

..

No commits in common. "413add807f24173d296b82f8f1001d887aea4a75" and "b167c5dcbefd3c176a40883f86c74e733bfd97b2" 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:0e1004d358d34d08880969fa44f625612d155ea7de6efee876d04aaab8fefb5f AS builder
FROM caddy:2.8.4-builder-alpine@sha256:efcaded1f3de9b4af57b504287685af4abb4d6152188550387b454236526a9fc AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.8.4-alpine@sha256:221bcf3be161b0d856bdb7bea76b42386d732d19348f79692404829532d83f4a
FROM caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
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:221bcf3be161b0d856bdb7bea76b42386d732d19348f79692404829532d83f4a
image: caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
restart: unless-stopped
networks:
- caddy