summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index d4c10a52..c96b7a73 100644
--- a/run.sh
+++ b/run.sh
@@ -13,5 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-sip=127.0.0.1
-nohup python manage.py runserver $sip:8806 > /dev/null &
+nohup python manage.py runserver 0.0.0.0:8806 > /dev/null &