Error on running Elasticsearch from the command line

#Bydefault Elasticsearch is only accessible on localhost. Set a different address here to expose this node on the network:

Can you try to add network.host: 0.0.0.0 and restart ES, or network.host: [ _local_, _site_ ]

Check here