Update docker-compose.yml

This commit is contained in:
Daniel Nagel 2025-08-30 10:22:15 +02:00
parent 6ca5e59cc0
commit c2b7a783c9

View File

@ -7,5 +7,5 @@ services:
ports:
- "2000:80"
volumes:
- ./html:/srv:ro
- /srv/arenos_www/html:/srv:ro
command: ["caddy","file-server","--root","/srv","--listen",":80"]