Closed bartagergely closed 3 years ago
Hi,
did you check if the containers were still restarted? I'll look after it too.
I got this error every time I start this (certdumper) container, not when the restart is needed. The certificates are still valid in my acme.json until this May. If you can help me how to force the certdumper to restart the containers even if the certificate is still valid, then please let me know and I will try it.
Unfortunately, there is no way of force restarting containers via this image - either way, the script assumes that there is no Docker command available for some reason, thus assuming having no Docker installed and disabling the script's Docker functionalities.
I suspect that the issue arises at that check.
I'm sorry to hear about you having tho experience that issue. I suggest switching to an older version if possible in the meantime until the issue is resolved.
Okay, I looked further into this and found out that for some reason, the wrong OS is used for the default (Docker) image - In this case Alpine Linux. So it could be I messed something up in GitHub Workflow.
EDIT: Yep, that's the case. I'm sorry that it slipped through. I'll fix it now.
I remove version 1.4.0 from Docker Hub and GitHub for now to avoid confusion and release version 1.4.1 to fix this issue.
Container restart worked before, now I got the following error:
Here is my compose file:
What can cause this issue?