container and dev preparations
Some checks failed
ci / docker (push) Failing after 11m20s

This commit is contained in:
2025-06-10 10:39:47 +02:00
parent fbe7613f97
commit 469ef7f5ea
7 changed files with 48 additions and 17 deletions

5
docker/Caddyfile Normal file → Executable file
View File

@ -3,5 +3,10 @@
php_fastcgi 127.0.0.1:9000
file_server
log {
output file /srv/logs/web.error.log
level ERROR
}
try_files {path} {path}/ /index.php?{query}
}