summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gvnfmadapter/run.sh')
-rwxr-xr-xgvnfmadapter/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/run.sh b/gvnfmadapter/run.sh
index 7600abb..b107ce3 100755
--- a/gvnfmadapter/run.sh
+++ b/gvnfmadapter/run.sh
@@ -12,4 +12,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-nohup python manage.py runserver 127.0.0.1:8484 > /dev/null &
+nohup python manage.py runserver 0.0.0.0:8484 > /dev/null &