I am trying to access the neo4j port from public internet on AWS lightsail. I have configured the filewall but sill not able to do it.
I am running neo4j in a docker container like
$ sudo docker run --publish=7474:7474 --publish=7687:7687 --publish=7473:7473 --volume=$HOME/neo4j/data:/data --volume=$HOME/neo
[1] 1542
$ Starting Neo4j.
2017-10-06 01:43:42.192+0000 INFO ======== Neo4j 3.0.11 ========
2017-10-06 01:43:42.229+0000 INFO No SSL certificate found, generating a self-signed certificate..
2017-10-06 01:43:42.793+0000 INFO Starting...
2017-10-06 01:43:43.454+0000 INFO Bolt enabled on 0.0.0.0:7687.
2017-10-06 01:43:46.135+0000 INFO Started.
2017-10-06 01:43:47.098+0000 INFO Remote interface available at http://0.0.0.0:7474/
I am not able to connect to it from the browser. as http::7474 ?