neo4j/docker-neo4j

Doesn't work on Codespaces and Gitpod

krystxf opened this issue · 0 comments

Guidelines

  • Steps to reproduce
    code from docker hub
    docker run --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo4j/data:/data neo4j

  • Running neo4j in docker on Codespaces or Gitpod doesn't work without

  • Throws error 500 or 502

  • Neo4j image tag being used: neo4j:latest

  • Operating system: ubuntu 20.04

  • Docker version: 19.03.15