Using Mongo through Docker on Apple Silicon
Has anyone successfully run Mongo using Docker on Apple Silicon? I'm getting some weird behavior when launching a container.
When I run a basic Mongo container it starts up fine, but then my
I read this is cause prisma needs a replication set, but when i add that to my compose file, the container doesn't want to initialize, and I get this in a continous loop:
This is the compose setup:
Any ideas? Anyone got prisma+mongo+docker to play nice?
PS: Not my choice to use Mongo
When I run a basic Mongo container it starts up fine, but then my
prisma db push fails with the following error: I read this is cause prisma needs a replication set, but when i add that to my compose file, the container doesn't want to initialize, and I get this in a continous loop:
This is the compose setup:
Any ideas? Anyone got prisma+mongo+docker to play nice?
PS: Not my choice to use Mongo

