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
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