arenos_www/docker-compose.yml
Daniel 7e4ddffa4f Caddyfile
Compose ohne Caddyfile
2025-08-30 08:59:40 +02:00

11 lines
242 B
YAML

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"]