Localhost refused to connect

had to reinstall ghost

now when i go to foo.foo/ghost/site i get localhost refused to connect.

Hey @soydepr

What is your Ghost URL? If it’s saying localhost refused to connect, there might be some sort of misconfiguration, possibly at the DNS level.

Can you share more information? What Ghost version are you using? Are there any errors when starting ghost? What about in the error log?

version is 3.16.1

url is http://192.168.1.14:3001/ghost/#/site
dont see anything in logs

i think issue is site view link is pointing to container port 2368 and not host port 3001 how i fix this

have resolved by removing container and restarting

I have the same problem. Running Ghost with Docker. When I use port 2368 instead of 3001 it works. So, there is something wrong there with the setup described here:

https://hub.docker.com/_/ghost/

Restarting the container did not help.