Skip to content

Commit

Permalink
Merge pull request #161 from klutchell/kyle/log-to-tmpfs
Browse files Browse the repository at this point in the history
Create a tmpfs mount for logs to avoid storage wear
  • Loading branch information
klutchell authored Sep 2, 2022
2 parents 70bcecc + 5b30a68 commit e3fbeb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ services:
devices:
- /dev/tty0
- /dev/tty1
tmpfs:
- /var/log/pihole

unbound:
build: unbound
Expand Down

0 comments on commit e3fbeb3

Please sign in to comment.