Help with NGINX NEO4J docker-compose container

GitHub URL:

UPDATE- THIS REPO IS FIXED AND WORKING 100%

I am trying to contrib to community to have a servable solution. And looking for help w the following:

Currently serves on http but not https

Intentionally uses version 3.5 for REST API, but it seems as if multiple log ins are not possible.

Please help. Let’s make this a great open source solution for everybody.

Good to hear it works now. One comment: you don't provide your generated ssl key/cert to neo4j.
You can do so by having a folder certificates containing neo4j.key and neo4j.cert file and mounting the certificates to /var/lib/neo4j/certificates into the neo4j container.

1 Like

Thanks - will update :100: