You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait and check the status for the letsencrypt service or trigger it
Expected behavior
A renewal of the certificate (OK) and relaunching of the nginx (NOK)
Server
Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-124-generic x86_64)
docker --version
Docker version 20.10.17, build 100c701
I think it's simply a problem with the name of the container. At least in our deployment scenario, containers are named using dashes, instead of underscores:
Describe the bug
There is an issue with the
letsencrypt.service
. The certificate renewal works fine, but not the restarting of the nginx container.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A renewal of the certificate (OK) and relaunching of the nginx (NOK)
Server
Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-124-generic x86_64)
I think it's simply a problem with the name of the container. At least in our deployment scenario, containers are named using dashes, instead of underscores:
In our case should replace the
ExecStartPost
line by (note also the dash before/usr/bin
?):The text was updated successfully, but these errors were encountered: