summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 814409f9d..6b760f0e7 100644
--- a/Makefile
+++ b/Makefile
@@ -228,4 +228,4 @@ feed-server:
.PHONY: nextcloud-server
nextcloud-server:
- php -S 0.0.0.0:8080 -t $(CURDIR)/../../. \ No newline at end of file
+ php -S 127.0.0.1:8080 -t $(CURDIR)/../../. \ No newline at end of file