Skip to content

Commit

Permalink
Bind http-doc back to 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Oct 19, 2023
1 parent e3e8ad9 commit 52a394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docs: ## generate docs
http-doc: docs ## generates and serves doc
# starting doc website
@echo "Check site on http://127.0.0.1:50001/"
python3 -m http.server 50001
python3 -m http.server 50001 --bind 127.0.0.1

## CLEAN -------------------------------------------------------------------------------

Expand Down

0 comments on commit 52a394c

Please sign in to comment.