Redirects any url to it's https version.
docker pull getable/https-redirect
Make sure you expose port 80.
docker run -d --restart=always -p 80:80 --name redirector getable/https-redirect
bash run.sh
Pushes to master will auto-build the getable/https-redirect image on the official Docker registry.