Skip to content

Commit

Permalink
Create tmpfs mount for logs to avoid storage wear
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Aug 24, 2022
1 parent 97c0921 commit 8f9762d
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 8f9762d

Please sign in to comment.