From 57199231e37c04dba83df5461a8c835250266576 Mon Sep 17 00:00:00 2001 From: Tim Wesley <49914745+tim-memryx@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:39:45 -0400 Subject: [PATCH] Update user_installation.sh --- docker/memryx/user_installation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/memryx/user_installation.sh b/docker/memryx/user_installation.sh index f1746d39a..ec00842f5 100755 --- a/docker/memryx/user_installation.sh +++ b/docker/memryx/user_installation.sh @@ -81,6 +81,9 @@ for pkg in "${packages[@]}"; do done # Update the configuration file to set the listen address to 0.0.0.0 +# This is easier containers to connect to the host's manager daemon, +# since the default addr is 127.0.0.1 and some users might not +# have docker-host networking allowed echo "Configuring mxa_manager.conf to listen on 0.0.0.0..." sudo sed -i 's/^LISTEN_ADDRESS=.*/LISTEN_ADDRESS="0.0.0.0"/' /etc/memryx/mxa_manager.conf