plaid / pattern

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

Default server port (using Docker) conflicts with macOS Command Center #253

Closed kylecombes closed 1 year ago

kylecombes commented 1 year ago

Problem

When attempting to run the Docker container, I ran into the following error:

Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5000 -> 0.0.0.0:0: listen tcp 0.0.0.0:5000: bind: address already in use

Turns out /System/Library/CoreServices/ControlCenter.app/Contents/MacOS/ControlCenter is already running on port 5000. (I'm running macOS 12.4.)

Solution

Fixing the error was as simple as changing the port the server uses. I've created a PR to change this.