Labing this using Docker and I can get the initial setup done on 8080 very easily and once complete I get the message to switch to HTTPS and this is where I get a little stuck.
The docker file @[raw.githubusercontent.com/itflow-org/itflow-docker/main/docker-compose.yml](https://raw.githubusercontent.com/itflow-org/itflow-docker/main/docker-compose.yml) does not declare port 443. I tried just exposing it, but nothing appears to be listening on 443 inside the container.
As a last ditch I told portioner to just expose all open ports in an attempt to find it but no luck. I installed netstat inside the container output is below
root@itflow:/etc/apache2/sites-available# netstat -tuln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.11:37297 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
udp 0 0 127.0.0.11:35323 0.0.0.0:*