-
I don't find in documentation any available environment variables for docker. I need for example limit memory usage. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @itxtoledo, yes you are right that we do not have any examples nor explanation here: https://www.dragonflydb.io/docs/getting-started/docker but you can add regular arguments like this: |
Beta Was this translation helpful? Give feedback.
We actually do support reading environment variables!
Just set
DFLY_x
(wherex
is the exact name of the flag, case sensitive) and you should be good to go :)