X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Frun.sh;h=bf79f58c1827447d31c35582a4bf1e331a89f00d;hb=305d79a03fa6113e10a3df62bd122d7c5971e6e7;hp=dbe11e951a928d0f4d32b156dc2ca9a8651b86f6;hpb=e1a495b59a429486b3e5566bec86895cbbee9bbe;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/run.sh b/lcm/run.sh index dbe11e95..bf79f58c 100755 --- a/lcm/run.sh +++ b/lcm/run.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -nohup python manage.py runserver 127.0.0.1:8801 > /dev/null & +nohup python manage.py runserver 0.0.0.0:8801 > /dev/null &