mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-23 02:10:01 +01:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
s6-echo "Starting lighttpd"
|
|
|
|
lighttpd -D -f /etc/lighttpd/lighttpd.conf
|