summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-08 17:52:08 +0200
committerGitHub <noreply@github.com>2022-10-08 17:52:08 +0200
commit822d4da4cb02ca2ee20527bb29bf17cb101de8e2 (patch)
tree15c8de49d16958f6a585ce061dd40f9d4a1e061c
parent5fa643239fdabc6ecd4bbf2ad5d67ba0d6e96560 (diff)
Update Makefiledocs/developer
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-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