Skip to content

Instantly share code, notes, and snippets.

@freethejazz
Last active June 14, 2019 14:56
Show Gist options
  • Save freethejazz/41ea46b85bcc622c93d2 to your computer and use it in GitHub Desktop.
Save freethejazz/41ea46b85bcc622c93d2 to your computer and use it in GitHub Desktop.

Revisions

  1. freethejazz revised this gist May 28, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@ neo4j:
    - "7474:7474"
    - "7687:7687"
    environment:
    NEO4J_NO_AUTH: true
    NEO4J_AUTH: "none"
  2. freethejazz revised this gist May 28, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    neo4j:
    image: neo4j/neo4j:latest
    image: neo4j:latest
    ports:
    - "7474:7474"
    - "7687:7687"
  3. freethejazz revised this gist May 28, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions docker-compose.yml
    Original 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
  4. freethejazz created this gist Aug 11, 2015.
    6 changes: 6 additions & 0 deletions docker-compose.yml
    Original 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