version: "3" services: blog: image: "caddy:latest" volumes: - ./Caddyfile:/etc/caddy/Caddyfile - ./blog-blog:/web/blog - ./blog-log:/web/log ports: - 443:443 - 80:80