version: "3.9" services: web: image: caddy:2-alpine container_name: arenos_www ports: - "2000:80" volumes: - /srv/arenos-landing/html:/srv:ro command: ["caddy","file-server","--root","/srv","--listen",":80"]