Specify swarm address port in js-ipfs' create() function?

I am trying to run multiple IPFS nodes on the same computer (and I am trying to avoid having to use docker), I would like to know, if it is possible to define the swarm address port at runtime, when creating the node, and if so, how. Thanks in advance.