Last active
June 14, 2019 14:56
-
-
Save freethejazz/41ea46b85bcc622c93d2 to your computer and use it in GitHub Desktop.
Revisions
-
freethejazz revised this gist
May 28, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ neo4j: - "7474:7474" - "7687:7687" environment: NEO4J_AUTH: "none" -
freethejazz revised this gist
May 28, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ neo4j: image: neo4j:latest ports: - "7474:7474" - "7687:7687" -
freethejazz revised this gist
May 28, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,5 +2,6 @@ neo4j: image: neo4j/neo4j:latest ports: - "7474:7474" - "7687:7687" environment: NEO4J_NO_AUTH: true -
freethejazz created this gist
Aug 11, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ neo4j: image: neo4j/neo4j:latest ports: - "7474:7474" environment: NEO4J_NO_AUTH: true