Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 6c808e8

Browse files
authored
Merge branch 'main' into fix/instance-status-filter
2 parents a813f77 + b5adac1 commit 6c808e8

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
@@ -439,7 +439,7 @@ lint-openapi:
439439

440440
# Preview OpenAPI spec in Redoc UI (Docker)
441441
preview-openapi:
442-
@echo "Starting Redoc UI at http://localhost:8090"
442+
@echo "Starting Redoc UI at http://127.0.0.1:8090"
443443
docker run -it --rm -p 8090:80 -v ./openapi/spec.yaml:/usr/share/nginx/html/openapi.yaml -e SPEC_URL=openapi.yaml redocly/redoc
444444

445445
# =============================================================================

0 commit comments

Comments
 (0)