All I needed to know is if it should be listening or not, and you answered that perfectly! Thank you
I also noticed the actual container ports were stuck on port 81/444 for some reason, so I deleted and recreated it and it started up listening on 80/443, and also switched to dns validation, and things are working as expected now
Trying to get the Letsencrypt container working with a very standard setup but it doesn't seem to be listening on any ports.
I have the docker container configured with a bridge network, and port 81 and 444, with no conflicts.
Once it's running should I then be able to hit <UNRAIDIP>:81 and <UNRAIDIP>:444 ??
Or do a netstat inside the docker container and see it listening on those ports?
My port forwards from the outside are perfect but it's definitely not listening like I would expect