What
Add to settings an option to specify the PORT where a specific WordPress site is served from
Why
Lately, I’ve been running into several conflicts between WordPress Studio sites and WordPress instances launched from Docker containers (via wp-env), mainly due to port collisions.
I’m not entirely sure how Studio assigns ports to each WordPress instance, but having the option to manually set a specific port would be extremely helpful to prevent these conflicts with other development environments.
How
No response