Skip to content

Commit 74fb9bb

Browse files
authored
dev/api-docs: tighten docker networking (#1842)
1 parent 210a0e3 commit 74fb9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ check-for-large-files:
161161
.PHONY: api-docs
162162
api-docs:
163163
(test "$(docker images -q odk-docs)" || docker build --file odk-docs.dockerfile -t odk-docs .) && \
164-
docker run --rm -it -v ./docs:/docs/docs/_static/central-spec -p 8000:8000 odk-docs
164+
docker run --rm -it -v ./docs:/docs/docs/_static/central-spec -p 127.0.0.1:8000:8000 odk-docs
165165

166166
.PHONY: api-docs-lint
167167
api-docs-lint:

0 commit comments

Comments
 (0)