mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
alpine nginx pihole working, weighing in at 85.36 MB vs debian 252.4 MB
This commit is contained in:
11
start.sh
11
start.sh
@@ -1,8 +1,13 @@
|
||||
#!/bin/sh
|
||||
gravity.sh # pi-hole version minus the service dnsmasq start
|
||||
|
||||
dnsmasq --test || exit 1
|
||||
dnsmasq
|
||||
|
||||
service lighttpd start
|
||||
gravity.sh # dnsmasq start included
|
||||
php-fpm -t || exit 1
|
||||
php-fpm
|
||||
|
||||
tail -f /var/log/lighttpd/*.log /var/log/pihole.log
|
||||
nginx -t || exit 1
|
||||
nginx
|
||||
|
||||
tail -F /var/log/nginx/*.log /var/log/pihole.log
|
||||
|
||||
Reference in New Issue
Block a user