Can't Access on Local IP, Can't use domain due to rebind protection

If you’re looking for help, please provide information about your environment. If you delete this template and don’t provide any information, your topic will be automatically closed.

If you aren’t running the latest version of Ghost, the first thing we’ll ask you to do is update to the latest version of Ghost.

  • What’s your URL? This is the easiest way for others to help you
  • What version of Ghost are you using? If it’s not the latest, please update Ghost first before opening your topic

And

  • How was Ghost installed and configured? Docker
  • What Node version, database, OS & browser are you using? Newest
  • What errors or information do you see in the console? None
  • What steps could someone else take to reproduce the issue you’re having? Try to connect via IP instead of domain.

I want to connect via my local IP without SSL but I can’t figure it out.

I’m on the newest version and I installed via docker. If you need anymore info let me know

config.production.json as follows

{
“url”: “http://192.168.1.144:2368”,
“server”: {
“port”: 2368,
“host”: “0.0.0.0”
},
“mail”: {
“transport”: “Direct”
},
“logging”: {
“transports”: [
“file”,
“stdout”
]
},
“process”: “systemd”,
“paths”: {
“contentPath”: “/var/lib/ghost/content”
}
}