Can't connect to Neo4j Browser

I'm following the getting started guide (How-To: Run Neo4j in Docker - Developer Guides) with this command:

docker run \
    --name testneo4j --platform linux/amd64 \
    -p7474:7474 -p7687:7687 \
    -d \
    -v $HOME/neo4j/data:/data \
    -v $HOME/neo4j/logs:/logs \
    -v $HOME/neo4j/import:/var/lib/neo4j/import \
    -v $HOME/neo4j/plugins:/plugins \
    --env NEO4J_AUTH=neo4j/test \
    neo4j:latest

But when I visit localhost:7474, I just get this response:

Docker version 20.10.12, build e91ed57
M1 macOS 12.0.1

Suggestions appreciated, thanks!

@bryanhpchiang

Neo4j version?

Can you

curl -v http://localhost:7474

also see Configuration settings - Operations Manual

I'm using neo4j:latest - I checked DockerHub but didn't see a numerical version associated with "latest".

Here's the output:


*   Trying ::1:7474...
* Connected to localhost (::1) port 7474 (#0)
> GET / HTTP/1.1
> Host: localhost:7474
> User-Agent: curl/7.77.0
> Accept: */*
>
* Empty reply from server
* Closing connection 0
curl: (52) Empty reply from server

Thanks!

@bryanhpchiang

Per my initial update and

also see Configuration settings - Operations Manual

how have you configured

dbms.default_listen_address