I have neo4j installed using docker-compose and successfully enabled apoc plug-in.
I'm able to use call apoc.load.jdbc("hard-coded-db-connection-string", "my-table") to retrieve data from my database which is good.
Of course, this is not convenient, ...