mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 12:28:56 +00:00
14 lines
211 B
Bash
Executable File
14 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
gravity.sh # pi-hole version minus the service dnsmasq start
|
|
|
|
dnsmasq --test || exit 1
|
|
dnsmasq
|
|
|
|
php-fpm -t || exit 1
|
|
php-fpm
|
|
|
|
nginx -t || exit 1
|
|
nginx
|
|
|
|
tail -F /var/log/nginx/*.log /var/log/pihole.log
|