Hello 👋 I'm self hosting supertokens using the following docker image: `registry.supertokens.io/su...
h
Hello 👋 I'm self hosting supertokens using the following docker image:
registry.supertokens.io/supertokens/supertokens-postgresql:9.0.2
Everything works fine locally and on a VPS server with an IPv4 address. However, I am now trying out the set up on a server that only has an IPv6 address and I can not pull the image because it seems like the registry does not support IPv6. Are you aware of this? Is there a plan for it to support IPv6 or am I forced to find another way around this?
r
Hi @hobosapienz
you can use the image on docker hub instead
docker pull supertokens/supertokens-postgresql:9.0.2
h
Absolutely brilliant. Found it on docker hub and changed the image in my docker compose. Works like a charm. Thanks!
5 Views