I have installed discourse development version on a CentOS 7.7 according to beginners-guide-to-install-discourse-for-development-using-docker/102009
the setup step is:
- get source from discourse.git
- change config about email sender in config/discourse_default.conf
- ./d/boot-env --init
- ./d/unicorn
the hostname is set an IP address like: 10.201.0.115
I can access the discourse use 10.201.0.115:9292
but all of the images can’t show.
Failed to load resource: net::ERR_CONNECTION_REFUSED from http://localhost:9292/images/discourse-logo-sketch.png
but I can use http://10.201.0.115:9292/images/discourse-logo-sketch.png to get the png.
any more, the icon of the reply is also can’t get.
I know the cause is the URL must be the ip 10.201.0.115, but not localhost
What do I need to set up? about IP.
Thank you to anyone who helps.