Haproxy IPv6 to IPv4

Hey all,

At the moment I am running an Nginx Proxyserver in a dockercontainer. My docker is IPv4 only and it works perfectly like that. In PfSense I forwarded the ports for the world to see :wink:

For futureproofing (and because I think it is interestring) I want my proxyserver accessible via my public IPv6 address that is assigned to my PfSense firewall, without having to create a IPv6 network in my docker.

Is it possible to use HaProxy to create a TCP forward on port 80 and 443 from my IPv6 public address to my iNginx proxy? And if so, how do I set this up?

Thanks in advance!