I checked that I set the parameter to not check the certificate as i'm using 127.0.0.1 instead of the FQDN and #letsencrypt don't provide #certificate for IP addresses
I exec inside the #docker container to run manually the `wget --no-check-certificate`
It's working correctly
When I remove the healthcheck section in #DockerCompose there is no more #zombie process
Root cause found: It's the wget used by the healthcheck that create the zombies !
7/n