0
Answered

curl: (7) Failed to connect to filerun.com port 443: Connection refused

rockychain1982 4 months ago updated by Vlad R 4 months ago 5

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

Answer
Answered

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

Under review

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.

Thank you so much!I'll give it a try.

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

Answer
Answered

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