This website requires JavaScript.
Explore
Help
Register
Sign In
Pi-Hole
/
docker-pi-hole
Watch
1
Star
0
Fork
0
You've already forked docker-pi-hole
mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced
2025-12-19 18:08:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a17221745b31e33c3129fc7ba929605d36c0f01
docker-pi-hole
/
src
History
RD WebDesign
6721fa2a85
Update base image to Alpine 3.21
...
Signed-off-by: RD WebDesign <
github@rdwebdesign.com.br
>
2024-12-09 15:33:38 -03:00
..
.dockerignore
Reorganise the repository
2022-07-15 17:43:09 +01:00
bash_functions.sh
Clean up the code - at the end of the start() function, wait for the start_ftl process and pass it's exit code to stop.
2024-10-07 21:54:55 +01:00
crontab.txt
Create our own cron file rather than copying the one from the core repo (which contains non-standard cron syntax)
2023-07-03 22:54:49 +01:00
Dockerfile
Update base image to Alpine 3.21
2024-12-09 15:33:38 -03:00
start.sh
Monitor the capsh pid, not FTL pid. If stop is called without an exit code being passed to it, then FTL is still running - so we stop FTL and then get the exit code from the capsh PID by immediately
wait
ing it after killing FTL
2024-10-09 21:56:57 +01:00