Skip to content

can't open http://localhost:7474/browser/ with browser #541

@chansinhui

Description

@chansinhui

Neo4j image: neo4j:5.26.0-bullseye / neo4j:latest
Docker version: 27.3.1

Docker compose yaml as follow:

services:
  neo4j:
    env_file: ".env"
    image: neo4j:5.26.0-bullseye
    volumes:
        - /$HOME/neo4j/logs:/logs
        - /$HOME/neo4j/config:/config
        - /$HOME/neo4j/data:/data
        - /$HOME/neo4j/plugins:/plugins
    environment:
        - NEO4J_AUTH=${NEO4J_AUTH}
    ports:
      - "7474:7474"
      - "7687:7687"
    healthcheck:
      test: wget http://localhost:7474 || exit 1
      interval: 1s
      timeout: 10s
      retries: 20
      start_period: 15s
    restart: unless-stopped

Logs showing service is running:
image

when can't open with browser with following error:
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions