Whether Kvrocks can pass configurations through the command arguments or environments #848
-
请问kvrocks是否支持通过命令行配置密码、端口、日志目录等参数? 比如我redis的docker-compose.yml 是这么写的(可以在command直接通过环境变量设置,很方便)
|
Beta Was this translation helpful? Give feedback.
Answered by
PragmaTwice
Oct 24, 2022
Replies: 2 comments
-
Currently, Kvrocks accepts only For example, Kvrocks' Dockerfile writes: RUN sed -i -e 's%dir /tmp/kvrocks%dir /var/lib/kvrocks%g' ./conf/kvrocks.conf
# ...
ENTRYPOINT ["./bin/kvrocks", "-c", "./conf/kvrocks.conf"] |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @usrtax, we have supported this feature via #1037, so you can use the nightly version to experience it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PragmaTwice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @usrtax, we have supported this feature via #1037, so you can use the nightly version to experience it.