Adding SSL to docker ghost

Hi there, I have a working version of ghost running on my port 8080, however it only uses http, https dosent work. How would I go into my container’s console and install ssl with say letsencrypt

bump

Usually, you would run ghost behind Nginx or some other reverse proxy, and configure SSL on that.

Lots of google search results for “ghost ssl with docker” - you can follow some of those guides.