plaid / pattern

An example end-to-end Plaid integration to create items and fetch transaction data
MIT License
444 stars 223 forks source link

Change server port when using Docker from 5000 to 5001 #252

Closed kylecombes closed 1 year ago

kylecombes commented 1 year ago

What

Changes the server port from 5000 to 50001 when using Docker.

Why

On macOS, port 5000 is already in use by the macOS Command Center.

5001 was chosen because it mirrors the use of port 3001 for the frontend.

Resolves #253