expose websocket port in lxc install
This commit is contained in:
parent
6e4b902def
commit
9dbeadf5c6
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ if [ "$LXC" == "yes" ]; then
|
||||||
else
|
else
|
||||||
sed -i s/127.0.0.1/0.0.0.0/g /etc/init/pandora.conf
|
sed -i s/127.0.0.1/0.0.0.0/g /etc/init/pandora.conf
|
||||||
fi
|
fi
|
||||||
|
echo "WEBSOCKET_ADDRESS = \"0.0.0.0\"" >> /srv/pandora/pandora/local_settings.py
|
||||||
fi
|
fi
|
||||||
/srv/pandora/ctl start
|
/srv/pandora/ctl start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue