this is my docker container log:
[08:04:04] FileServer Checking port 15441 using portchecker.co...
[08:05:03] FileServer Internet offline,
But i have used the curl to test the portchecker.co in the container.It is working.
curl -X "POST" "http://portchecker.co/check" \
-H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" \
--data-urlencode "port=15441"
It can return right result that shows the port is opened.
this is my docker container log: [08:04:04] FileServer Checking port 15441 using portchecker.co... [08:05:03] FileServer Internet offline, But i have used the curl to test the portchecker.co in the container.It is working. curl -X "POST" "http://portchecker.co/check" \ -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" \ --data-urlencode "port=15441" It can return right result that shows the port is opened.