git-hulk commented on issue #1905: URL: https://github.com/apache/kvrocks/issues/1905#issuecomment-1824321881
Hi @theronic, thanks for your report. It's a fixed bug in Docker image configuration file, you can workaround by overwriting the bind address: ```shell docker run -it -p 6666:6666 apache/kvrocks:2.6.0 --bind 0.0.0.0 ``` refer: https://github.com/apache/kvrocks/issues/1851 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
