Yannick251

Results 1 comments of Yannick251

I found a solution: 1. Go to “docker-compose.yml”-File: 2. Go to “database:” 3. Change “user: neo4j:neo4j” to “user: "${UID}:${GID}"“ ---> Otherwise mount error when docker compose 4. Start a UNIX-Shell...