ManfredRichthofen / Caddy-Cloudflare

A docker image of Caddy 2 built with the Cloudflare plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caddy 2.7.X with Cloudflare

Docker Cloud Build Status

Prebuilt Caddy v2 docker image with Cloudflare module caddy-dns/cloudflare.

version: "3.7"

services:
  caddy:
    image: ghcr.io/manfredrichthofen/caddy-cloudflare:main
    restart: unless-stopped
    ports:
      - "80:80"
      - "443:443"
      - "443:443/udp"
    volumes:
      - $PWD/Caddyfile:/etc/caddy/Caddyfile
      - $PWD/site:/srv
      - caddy_data:/data
      - caddy_config:/config

volumes:
  caddy_data:
    external: true
  caddy_config:

About

A docker image of Caddy 2 built with the Cloudflare plugin

License:MIT License


Languages

Language:Dockerfile 100.0%