Error starting userland proxy: listen tcp6 [::]:8065: socket: address family not supported by protocol

Nevermind I fixed the solution. I need to enforce ipv4 by defining an ipv4 address. In my case I was hosting on localhost so I used 0.0.0.0.

    ports:
       - localhost:8065:8065