For what it is worth:
$ docker run -it neo4j:3.5 /bin/bash
neo4j@192efe52ccc3:~$ neo4j
/var/lib/neo4j/bin/neo4j: line 255: /var/lib/neo4j/conf/neo4j.conf: Permission denied
neo4j@192efe52ccc3:~$ ls -l /var/lib/neo4j/conf/neo4j.conf
-rwxrwxrwx 1 neo4j...
Hi,
I started seeing that same error this week. I've rolled back to earlier versions of Neo and that did not help.
Wednesday: IT system updated my Virtual Box to version 6.0.10 (from 6.0.5 I believe). I run Ubuntu Xenial inside that, and then Docker,...