We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
when can't open with browser with following error:
The text was updated successfully, but these errors were encountered:
jennyowen
No branches or pull requests
Neo4j image: neo4j:5.26.0-bullseye / neo4j:latest
Docker version: 27.3.1
Docker compose yaml as follow:
Logs showing service is running:
when can't open with browser with following error:
The text was updated successfully, but these errors were encountered: