Caddyfile #4

Merged
Chefe merged 1 commits from development into server 2025-08-30 09:00:55 +02:00
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" - "2000:80"
volumes: volumes:
- /srv/arenos-landing/html:/srv:ro - /srv/arenos-landing/html:/srv:ro
- ./Caddyfile:/etc/caddy/Caddyfile:ro command: ["caddy","file-server","--root","/srv","--listen",":80"]