Dr Paul McIntosh

Results 5 comments of 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) ![Capture](https://github.com/ollama/ollama/assets/630867/1f99b8e4-42aa-44e2-9987-4b3afef8ef8d)

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...