maximum number of supported databases for docker #729
Unanswered
adammakowskidev
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I use Dragonfly using the docker image. I would like to run it in such a way that I have for example 100 databases? Is this possible?
below is the command in which I started Dragonfly, how to modify it?
docker run --restart unless-stopped --network=enhance-network --ip=199.99.88.255 --name dragonfly --ulimit memlock=-1 -d docker.dragonflydb.io/dragonflydb/dragonfly
I try use --dbnum 100 but the command doesn't work and docker won't start. Any ideas?
Thx!
Beta Was this translation helpful? Give feedback.
All reactions