Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 628 Bytes

caddy

Caddyserver with the following modules included:

  caddy:
    image: ghcr.io/Dulanic/caddy:stable
    container_name: caddy
    restart: unless-stopped
    ports:
      - "80:80"
      - "443:443"
    volumes:
      - ./caddy/Caddyfile:/etc/caddy/Caddyfile:ro
      - ./caddy/data:/data
      - ./caddy/config:/config