coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.47k stars 1.88k forks source link

[Bug]: Coolify installed but port is not available #4227

Open willuhmjs opened 6 days ago

willuhmjs commented 6 days ago

Error Message and Logs

I had an instance of Coolify installed and it worked without a charm. One day it went down, and I can't get it back up. I've tried uninstalling and reinstalling, but an nmap of localhost doesn't show the HTTP port.

nmap output:

root@saturn:~# nmap localhost
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-11-09 22:06 UTC
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000060s latency).
Not shown: 989 closed tcp ports (reset)
PORT     STATE SERVICE
22/tcp   open  ssh
25/tcp   open  smtp
110/tcp  open  pop3
111/tcp  open  rpcbind
143/tcp  open  imap
783/tcp  open  spamassassin
993/tcp  open  imaps
995/tcp  open  pop3s
6001/tcp open  X11:1
6002/tcp open  X11:2
9090/tcp open  zeus-admin

installation:

Welcome to Coolify Installer!
This script will install everything for you. Sit back and relax.
Source code: https://github.com/coollabsio/coolify/blob/main/scripts/install.sh

---------------------------------------------
| Operating System  | ubuntu 24.04
| Docker            | 26.0
| Coolify           | 4.0.0-beta.364
| Helper            | 1.0.3
| Realtime          | 1.0.4
---------------------------------------------

1. Installing required packages (curl, wget, git, jq).
2. Check OpenSSH server configuration.
 - OpenSSH server is installed.
 - SSH PermitRootLogin is enabled.
3. Check Docker Installation.
 - Docker is installed.
4. Check Docker Configuration.
 - Docker configuration is up to date.
5. Download required files from CDN.
6. Make backup of .env to .env-20241109-220754
7. Propagating .env with new values - if necessary.
8. Checking for SSH key for localhost access.
9. Installing Coolify (4.0.0-beta.364)
 - It could take a while based on your server's performance, network speed, stars, etc.
 - Please wait.
 - Until then, here's a joke for you:

There are only 10 kinds of people in this world: those who know binary and those who don't.

Steps to Reproduce

  1. Install coolify
  2. nmap localhost

Example Repository URL

No response

Coolify Version

4.0.0-beta.364

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

ubuntu 24.04

Additional Information

No response