Replying to Avatar cgi-bin

Hey nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft I'm trying to run nsecbunkerd with docker but I alwaysgort core dumped when trying to start it, if you have any idea on how to solve it let me know

```

root@3c2fbb156bd2:/app# npx prisma db push

node[174]: pthread_create: Resource temporarily unavailable

Aborted (core )

```

Github issue https://github.com/kind-0/nsecbunkerd/issues/4

oof, that sounds like a bad install or bad image

are you on the latest docker?

perhaps change the Dockerfile and remove the amd argument and see if it'll build natively to your system?

once you clone the repo `docker build` it and run that build?

Reply to this note

Please Login to reply.

Discussion

Will try this, I'm using the image you pushed on dockerhub

And yes I'm on the latest docker version