diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ build: .PHONY: serve serve: - bundle exec jekyll serve --drafts + bundle exec jekyll serve --drafts --host 0.0.0.0 URL := http://localhost:4000/wireguard-config/ |