Skip to content

Commit 6f4e18d

Browse files
authored
Note to macOS users to use a different port
1 parent cb99575 commit 6f4e18d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/postgraphile/usage-cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ where `-c` is the connection string (defaults to `postgres:///`), `-s` is the
2323
schema name (defaults to "public"), `-a` enables Relay support and `-j` enables
2424
dynamic JSON.
2525

26+
**macOS users**: you should also use the `--port` option to bind to a different
27+
port, the default port 5000 now conflicts with macOS Monterey's new AirPlay
28+
service.
29+
2630
PostGraphile also reads options from a `.postgraphilerc.js` file from the
2731
current working directory.
2832

0 commit comments

Comments
 (0)