Local Supabase Setup

While setting up supabase locally by
supabase start
I always get this error about ports
failed to start docker container: Error response from daemon: ports are not available: exposing port TCP 0.0.0.0:54322 -> 127.0.0.1:0: listen tcp 0.0.0.0:54322: bind: address already in use


Then I have to manually kill the processes then it works am I doing something wrong?
Was this page helpful?