Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chansinhui opened this issue Dec 23, 2024 · 0 comments
Open

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

chansinhui opened this issue Dec 23, 2024 · 0 comments
Assignees

Comments

@chansinhui
Copy link

chansinhui commented Dec 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants