mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Update user_installation.sh
This commit is contained in:
parent
5609643b2b
commit
5972f78799
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user