Running prisma using podman instead of docker, and...
# orm-help
p
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.
Okay, sorry, not NodeJS but Scala (JVM). Trying to enable IPv6 to get around this for now.
FWIW, I was able to setup IPv6 networking and proxy to graphql from an Nginx server listening using IPv4.