DasMarx

Members
  • Posts

    17
  • Joined

  • Last visited

Report Comments posted by DasMarx

  1. I am using 6.9.0-beta29 (will go to 30 ASAP)  and do see those writes too.
    Noticed that only 2 of my containers end up writing to these 2 files which are the only containers that seem to have a docker health check available.

     

    Here is the reason why you see a write every 5 seconds for your plex container

    https://github.com/plexinc/pms-docker/blob/master/Dockerfile#L62

    HEALTHCHECK --interval=5s --timeout=2s --retries=20 CMD /healthcheck.sh || exit 1

     

    • Thanks 3