A popular request is to run pygmy on https (443) which is currently supported out of the box however requires minimal effort to get it going. Port 443 is disabled by default with this software application, so simply switching from port 80 to 443 would be suitable.
Implementation
Docker
docker run -d -p 443:443 --volume=/var/run/docker.sock:/tmp/docker.sock --restart=always --name=amazeeio-haproxy amazeeio/haproxy
Background
A popular request is to run pygmy on https (443) which is currently supported out of the box however requires minimal effort to get it going. Port 443 is disabled by default with this software application, so simply switching from port 80 to 443 would be suitable.
Implementation
Docker
Variables
n/a
Volumes
n/a