Caddyfile

Compose ohne Caddyfile
This commit is contained in:
Daniel Nagel 2025-08-30 08:59:40 +02:00
parent d4c119a8cf
commit 7e4ddffa4f
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
:80
root * /srv
file_server

View File

@ -8,4 +8,4 @@ services:
- "2000:80"
volumes:
- /srv/arenos-landing/html:/srv:ro
- ./Caddyfile:/etc/caddy/Caddyfile:ro
command: ["caddy","file-server","--root","/srv","--listen",":80"]