Skip to content

Navidrome is constantly writing to disk #2271

Closed Answered by lowgos
lowgos asked this question in Q&A
Discussion options

You must be logged in to vote

@deluan I found the source of my problem.
Your Docker image contains a healthcheck which generates disk usage periodically, which in turns prevents the disks of a NAS from spinning down.

I disabled the healthcheck in my docker-compose.yml which solves my problem completely and it doesn't seem to cause any problems down the line.

healthcheck:
  disable: true

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lowgos
Comment options

Comment options

You must be logged in to vote
1 reply
@lowgos
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lowgos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants