Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tmpfs for log directories to reduce storage media wear #131

Closed
klutchell opened this issue Apr 4, 2022 · 0 comments · Fixed by #161
Closed

Use tmpfs for log directories to reduce storage media wear #131

klutchell opened this issue Apr 4, 2022 · 0 comments · Fixed by #161

Comments

@klutchell
Copy link
Owner

  • /var/log/pihole.log
  • /var/log/pihole-FTL.log

Something like this in the compose file might help, or it might break something that expects directories to exist there.

services:
  pihole:
    tmpfs:
      - /var/log/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant