add root-folder and files, Dockerfile and docker-compose.yml
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 13s

This commit is contained in:
2026-02-08 16:43:08 +01:00
parent 6719342818
commit 6757a2f18e
9 changed files with 69 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#!/command/with-contenv bash
# Startet lighttpd im Vordergrund (-D) mit der Config aus dem Volume
exec lighttpd -D -f /config/lighttpd.conf