cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

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.

2 REPLIES 2

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.

Thanks - will update