Skip to content

A Docker from neo4j for execute at startup a script in database

Notifications You must be signed in to change notification settings

jg2dev/neo4j-execute-script-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RUN Neo4j Docker with initial script

Default user and password

user: admin password: 1234

docker run -v /path/db:/var/lib/neo4j/db 
-p7687:7687 
-p7474:7474 
jg2dev/neo4j

With custom auth

docker run -v /path/db:/var/lib/neo4j/db 
-p7687:7687 
-p7474:7474 
-e NEO4J_AUTH_USER=neo4j 
-e NEO4J_AUTH_PASS=pruebaneo 
-e NEO4J_AUTH=neo4j/pruebaneo 
jg2dev/neo4j:latest

About

A Docker from neo4j for execute at startup a script in database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published