Error starting userland proxy listen tcp4 0.0.0.08443 bind address already in use
I am following the self hosted documentation from Supabase.
At the end when I am trying to run it by "docker-compose up", it is giving me this error.
ERROR: for kong Cannot start service kong: driver failed programming external connectivity on endpoint supabase-kong (2bcf9a92d093e3b5d463143f776bd23aefb2afcfe439ae7719c5dc6364680797): Error starting userland proxy: listen tcp4 0.0.0.0:8443: bind: address already in use
I changed the port in .env and docker-compose.yml , but the error still remains.
I cannot kill the process running on port 8443.
How can I run the supbase project?
0 Replies