edumeet / edumeet-docker

eduMeet in docker container for version (4.x)
MIT License
52 stars 42 forks source link

Let's encrypt renew issue #13

Closed misi closed 3 weeks ago

misi commented 4 years ago

Let's encrypt tries to renew cert after 3 month. It tries to run a http server because it is in stanadalone mode, but in mm the express listens on port 80, so certbot can't renew the cert, but the post restart script runs and restarts the mm container. So the result after three month you can expect a restart during random time.

FIX: If the user was "debian"