version: "3.9" services: resume: image: caddy:2-alpine container_name: resume-caddy working_dir: /srv volumes: - ./docker/resume:/srv:ro ports: - "8081:8080" command: ["caddy", "run", "--config", "/srv/Caddyfile.local"] restart: unless-stopped