Skip to content

Basic HTTPS example with LetsEncrypt

Mark Chaney edited this page Sep 1, 2017 · 1 revision

If you are simply wanting to get the docker image of freegeoip working with no frills, but with https and standard ports, this is the command that I am using and it's working great!

docker run --restart=always -p 80:80 -p 443:443 -d fiorix/freegeoip -http :80 -https :443 -letsencrypt -letsencrypt-hosts example.com

Clone this wiki locally