By the way, when I run SuperTokens in Docker with ...
# general
d
By the way, when I run SuperTokens in Docker with the
--network="my-network"
flag, it seems that isn't respected and I just end up having to call
docker connect network my-network <container-id>
. Is this a known issue, or maybe I'm using the flag wrong? I tried changing the order. Of course I beforehand created the network with
docker network create my-network
.
r
Can you make an issue about this in our core repo please? Will have a look soon enough.
d
Will do! Thanks.
3 Views