Update user_installation.sh

This commit is contained in:
Tim Wesley 2025-04-11 16:39:45 -04:00 committed by Abinila Siva
parent 5609643b2b
commit 5972f78799

View File

@ -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