f976f463db
Adding a 2nd docker-compose config for running both Pi-Hole and Unbound in the same container (following recommended steps in the Pi-Hole docs). Restructuring the project to maintain the old 2-container setup as well.
3 lines
No EOL
49 B
Bash
Executable file
3 lines
No EOL
49 B
Bash
Executable file
#!/bin/bash -e
|
|
/etc/init.d/unbound start
|
|
/s6-init |