Skip to content

Commit

Permalink
added s6 fix-attrs file for managing pihole configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Nov 25, 2019
1 parent 34d5543 commit f4b302f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
- ./pihole-docker/configs/pihole/:/etc/pihole/
- ./pihole-docker/configs/dnsmasq.d/dnsmasq.conf:/etc/dnsmasq.d/02-custom.conf
- ./pihole-docker/01-conf-dnsmasq.sh:/etc/cont-init.d/01-conf-dnsmasq.sh
- ./pihole-docker/02-chown-pihole-configs:/etc/fix-attrs.d/02-chown-pihole-configs
ports:
- "53:53/tcp"
- "53:53/udp"
Expand Down
1 change: 1 addition & 0 deletions pihole-docker/02-chown-pihole-configs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/pihole true root 0644 0755

0 comments on commit f4b302f

Please sign in to comment.