Expose ipv6 ports

I deployed a ocean node as a docker image. oceanprotocol/ocean-node.
I set up the exposed ports in env variables. I use Noble IP as a static IP provider.

9002 and 9003 are tcp/ipv6 and ws/ipv6 . Port health checks on 9002 are causing errors, shutting down the instance. Is there something I missed ? Is it possible to deactivate these health checks ?

Hey!
IPv6 health checks are supposed to work if your app is listening on IPv6. I checked the logs of your app and it seems that there are some exceptions. This could be preventing your app from listening.

Let me know if that helps

1 Like

Thanks, I’ll investigate on the app side then.