Symfony Server Start Port
use the flag --port=PORTNUMBER
Example:
symfony server:start --port=8080
OR
php bin/console server:start --port=8080
The help page documentation states this like so:
--port=value Preferred HTTP port [default: 8000]
Wide-eyed Wildebeest