Skip to content

Commit 34d7eb3

Browse files
rex0104claude
andcommitted
chore: bind to port 3001 per service registry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4fdfc6b commit 34d7eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

restart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
echo "[daily-stock] starting server..."
3737
mkdir -p "$SCRIPT_DIR/logs"
38-
nohup "$VENV_PYTHON" main.py --serve-only >> "$LOG_FILE" 2>&1 &
38+
nohup "$VENV_PYTHON" main.py --serve-only --port 3001 >> "$LOG_FILE" 2>&1 &
3939
echo $! > "$PID_FILE"
4040

4141
sleep 2

0 commit comments

Comments
 (0)