Looking to set up persistent storage on my docker setup. I downloaded Neo4j and have a Docker image running alongside Structr.
When using bolt://localhost:7687 for connecting string, I get: "Unable to connect to localhost:7687, ensure the database is running and that there is a working network connection to it."
When using neo4j://localhost:7687 for connection string, I get: "Could not perform discovery for database ''. No routing server available."
I'm not very versed in Docker, but I'm able to use the Neo4j browser on both of those ports, so I know I have it configured right. How do I go about troubleshooting this issue?