Dr Paul McIntosh
Dr Paul McIntosh
Security intelligence version: 1.405.391.0 still alerts false positive. Different alert though? [Trojan:Script/Sabsik.FL.A!ml](https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3AScript%2FSabsik.FL.A!ml&threatid=2147780199) 
I haven't found the solution but is it possible the "user" field for neo4j is being interpreted as the user for write permissions? If I tried the following updates in...
Further to this, if I comment out the docker-compose.yml, user part the database starts... database: ` # user: neo4j:neo4j` `database-1 | Warning: Folder mounted to "/data" is not writable from...
@SAGE-Rebirth did you try changing user to neo4j as above? It worked for me for a while but starting a new instance seems to have stopped it. I am trying...
@SAGE-Rebirth I got it to work by following the sequence. First comment out `database: # user: neo4j:neo4j` Run docker compose build Then remove the comment to: `database: user: neo4j` Run...