https://prefect.io logo
Title
d

Dan Ball

06/08/2020, 2:23 PM
Hi all – I’m just getting started kicking the tires but I’m loving the API so far. Newbie question: What’s the recommended way to handle port conflicts if I’m running a local Postgres server on 5432 on my dev machine? Point Prefect at my local Postgres instance instead of the dockerized service? Use a different forwarded port on the docker service? Something else?
r

Rodrigo Neves

06/08/2020, 2:29 PM
I had the same problem, and you can choose the ports for the deployment
prefect server start --postgres-port xxxx
:upvote: 4
d

Dan Ball

06/08/2020, 2:52 PM
You learn something new every day. Thanks!