Compare commits

..

No commits in common. "b2ffbe35684c72169250ac89af90209d9c3d5f2f" and "dc4454052f77e845d8adbccaf8faf4b974dc0b3b" 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:0a1e80677d1248033df78a1e620830fe276371da0939a1e4515f6574d3cdee5b AS builder
FROM caddy:2.7.6-builder-alpine@sha256:84869dac1a2819a9e7bef1e6d882762a24d4e87f3f4744dee43df86ec95f96ed AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.7.6-alpine@sha256:35baf177e2bb199a8f46c3dd5010635fce0958a2df01c14aff2cb5e9cd458492
FROM caddy:2.7.6-alpine@sha256:80ca561981768b2c3568cc4bef3d4cd1f11c2a625c806bedeb8453aef98779a0
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:35baf177e2bb199a8f46c3dd5010635fce0958a2df01c14aff2cb5e9cd458492
image: caddy:2.7.6-alpine@sha256:80ca561981768b2c3568cc4bef3d4cd1f11c2a625c806bedeb8453aef98779a0
restart: unless-stopped
networks:
- caddy