Switch deployment port to 8019

Update run script and Apache proxy target to use port 8019 and document the default port.
This commit is contained in:
dsyoon
2026-01-30 13:44:51 +09:00
parent 3cc8fb2694
commit d5ae9c3c57
3 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ set -euo pipefail
cd /home/dsyoon/workspace/tts
PORT="${PORT:-8018}"
PORT="${PORT:-8019}"
if lsof -ti tcp:"${PORT}" >/dev/null 2>&1; then
echo "Stopping existing server on port ${PORT}..."