Running prisma using podman instead of docker, and finding that it is only listening on tcp6 (IPv6) instead of tcp4 (IPv4); seems that NodeJS does this (
https://github.com/nodejs/node/issues/18041); is there a way to tell Prisma to listen on a particular IP address? I tried adding “host:” at the root of the config (not in databases) and that does not work.