Change ports from 4000/4001 to 4500/4501

This commit is contained in:
southseact-3d
2026-02-07 20:59:44 +00:00
parent efda260214
commit 99dc66f76c
7 changed files with 23 additions and 23 deletions

View File

@@ -31,8 +31,8 @@ if ($LASTEXITCODE -ne 0) {
}
Write-Host "All checks passed." -ForegroundColor Green
Write-Host "Open http://localhost:4000 for the web interface." -ForegroundColor Cyan
Write-Host "Open http://localhost:4001 for the terminal." -ForegroundColor Cyan
Write-Host "Open http://localhost:4500 for the web interface." -ForegroundColor Cyan
Write-Host "Open http://localhost:4501 for the terminal." -ForegroundColor Cyan
Write-Host "Verifying `github` helper is available in profile (sourcing profile)..."
docker compose exec wordpress-plugin-ai-builder pwsh -NoProfile -Command ". /root/.config/powershell/Microsoft.PowerShell_profile.ps1; Get-Command github"
if ($LASTEXITCODE -ne 0) { Write-Warning "`github` helper not detected. Ensure you built the image with the new profile, or update the volume via README instructions." }