Thank you. Do you happen to know the syntax for exposing a different local port than the remote one? (I get an error because I’m running postgres locally on 5432.)
$ fly proxy 5432 -a index-flow-db
Error: listen tcp 127.0.0.1:5432: bind: address already in use
So e.g., to use 5433 locally but connect to 5432? I couldn’t find any examples for using fly proxy.