Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-10-2022 01:05 AM
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!
03-10-2022 09:41 AM
Neo4j version?
Can you
curl -v http://localhost:7474
03-10-2022 12:44 PM
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!
03-11-2022 04:59 AM
Per my initial update and
how have you configured
dbms.default_listen_address
All the sessions of the conference are now available online