Hi everyone,
I’ve made a fresh installation with Ubuntu Server 24.04.3 LTS in order to test Seafile.
After that, I installed Docker (“Install Docker Engine on Ubuntu” from docs.docker).
And then, I installed Seafile (with the “Setup Community Edition - Seafile Admin Manuel” guide).
But, on the last step (I listened before on :80 and nothing at all):
docker compose up -d
I have this error:
Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint seafile-caddy (90f5b89ddcc4293e742278d35d7633d785e0535f7c11971106fe4557a6eabf3e): failed to bind host port for 0.0.0.0:80:172.19.0.3:80/tcp: address already in use
I rebooted but it stills then I stopped / resarted Docker and it stills.
So I ran :
sudo ss -tulpn | grep :80
And I get :
tcp LISTEN 0 511 *:80 *:* users:(("httpd",pid=16639,fd=4),("httpd",pid=2627,fd=4),("httpd",pid=2626,fd=4),("httpd",pid=2625,fd=4),("httpd",pid=2624,fd=4))
I tried to stop it :
sudo systemctl stop httpd
But “Failed to stop httpd.service: Unit httpd.service not loaded.” …
I tried to stop apache2 > same result.
I don’t understand what this ghost HTTPD is.
Someone can help me ?