From 0b0dd87b4e2a1196418acdffa45cc4681719b6d1 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 14 Apr 2026 14:05:26 -0400 Subject: [PATCH] docs: fix deploy.sh port comments (4200/4201 -> 8765/8766) (#1413) Comments referenced ports 4200/4201 but docker-compose.yml maps: - nexus-main -> 8765 - nexus-staging -> 8766 Fixes #1413. --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 76f1fd3b..b1b497ca 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # deploy.sh — spin up (or update) the Nexus staging environment -# Usage: ./deploy.sh — rebuild and restart nexus-main (port 4200) -# ./deploy.sh staging — rebuild and restart nexus-staging (port 4201) +# Usage: ./deploy.sh — rebuild and restart nexus-main (port 8765) +# ./deploy.sh staging — rebuild and restart nexus-staging (port 8766) set -euo pipefail SERVICE="${1:-nexus-main}"