Skip to content
  • Quentin Duchemin's avatar
    Avoid monitoring the same container multiple times · 24edfdb5
    Quentin Duchemin authored
    Since 5cd53560, the `create` Docker event will enable monitoring of the created container.
    But `start` too, and with `docker-compose up -d`, `create` then `start` are raised, and the container is monitored twice.
    
    In that case strange concurrent access to certificates happen and you will see strange errors ("Invalid padding"...)
    24edfdb5
To find the state of this project's repository at the time of any of these versions, check out the tags.