Connection Issues #168
Replies: 1 comment
-
|
@spudgun1001 I was facing the same issue. the issue is in docker platform, redis is expected to run inside the docker itself. there is a check Line 391 in 9438a58 if not LIBRE_REDIS: logger.info(f"module=liberator, space=basemgr, action=rdbinstance, message=[skip action since buitin redis is disabled]") return So i changed in libre.env as below to make it work --- a/build/docker/libre.env +++ b/build/docker/libre.env @@ -5,4 +5,4 @@ SCAN_COUNT=1000 REDIS_TIMEOUT=5 NODEID=devsbc LOGSTACKS=CONSOLE -LIBRE_REDIS=NO +LIBRE_REDIS=YES |
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.
-
I am using the docker version of Libresbc and I have these issues popping up when running the container.
I have managed to get the webui to work, however I get the error that i cannot connect to port 8443.
Any ideas on why this is happening and how to fix?
Beta Was this translation helpful? Give feedback.
All reactions