Compare commits

...

2 Commits

Author SHA1 Message Date
d8ef03d46b Merge pull request 'Caddyfile' (#4) from development into server
Reviewed-on: http://192.168.0.105:3000/ArenosWebDev/arenos_www/pulls/4

Daniel sagt das Passt!
2025-08-30 09:00:55 +02:00
7e4ddffa4f Caddyfile
Compose ohne Caddyfile
2025-08-30 08:59:40 +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"
volumes:
- /srv/arenos-landing/html:/srv:ro
- ./Caddyfile:/etc/caddy/Caddyfile:ro
command: ["caddy","file-server","--root","/srv","--listen",":80"]