I am running an Express-based website in a Docker container based on the Node.js image. How do I use Let\'s Encrypt with a container based on that image?
You may have a look here : https://certbot.eff.org/docs/using.html?highlight=docker#running-with-docker
Then what I personally do is :
Now if you configured nginx correctly (point to the right path for the TLS certs and proxy to the right URL, like http://my-app:3210) you should have access to your app in https.