
curl: (7) Failed to connect to filerun.com port 443: Connection refused
I use docker to built myself server ,the filerun container can not start with log :"curl: (7) Failed to connect to filerun.com port 443: Connection refused".How can i fix it?Thanks!
Answer

It means it is trying to download the latest FileRun version to install it. That happens on the first run, or when a FileRun installation folder is missing. Perhaps the folder was renamed/moved or the Docker configuration changed.

I have deleted the old filerun image,then run the dockercompse.But,the server sitll can not run.
The log is :
+ id -u www-data
+ '[' '!' -e /var/www/html/index.php ']'
[Downloading latest FileRun version]
+ echo '[Downloading latest FileRun version]'
+ curl -o /filerun.zip -L https://filerun.com/download-latest-docker-amd64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to filerun.com port 443: Connection refused

Your Docker can't connect to https://filerun.com so you have a networking issue to solve.
Customer support service by UserEcho
Your Docker can't connect to https://filerun.com so you have a networking issue to solve.