From d6dab2446518f3f2f36e70aa07ff004ac19b75c1 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 01:32:36 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c54ee8a..d9447c1 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ clean: web: python setup.py develop # or `install` # isso -c config/comments.comment.sh.cfg run - gunicorn -b localhost:8080 -w 4 --preload isso.run + gunicorn -b 0.0.0.0:8080 -w 4 --preload isso.run .PHONY: clean site man init js coverage test web