Skip to content

Instantly share code, notes, and snippets.

View cyrillegs's full-sized avatar

Cyril Dave Legaspi cyrillegs

View GitHub Profile
# Coolify Installation with Supabase Port Conflict Resolution
## Problem Overview
Installing Coolify on a server that already has Supabase running caused a port conflict on port 8000, which both services try to use by default.
## Initial Issue
- Coolify installation completed but container was unhealthy
- Port 8000 was already occupied by Supabase's Kong API Gateway
- Coolify container couldn't start due to port binding failure