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
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 13s
This commit is contained in:
1
root/etc/s6-overlay/s6-rc.d/svc-lighttpd/dependencies
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-lighttpd/dependencies
Normal file
@@ -0,0 +1 @@
|
||||
init-lighttpd-config
|
||||
3
root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run
Executable file
3
root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run
Executable 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
|
||||
1
root/etc/s6-overlay/s6-rc.d/svc-lighttpd/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-lighttpd/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
||||
Reference in New Issue
Block a user