Skip to content

Commit

Permalink
Merge pull request #160 from fastlorenzo/fix-neo4j-bolt
Browse files Browse the repository at this point in the history
Moved to neo4j official docker to fix #159
  • Loading branch information
MarcOverIP authored May 7, 2021
2 parents 596a045 + faae390 commit a4fe347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elkserver/redelk-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ services:

bloodhound:
container_name: redelk-bloodhound
image: specterops/bloodhound-neo4j
image: neo4j:4.2
networks:
- net
volumes:
- bloodhound_data:/var/lib/neo4j
- bloodhound_data:/data
ports:
- "7473:7473"
- "7687:7687"
Expand Down
4 changes: 2 additions & 2 deletions elkserver/redelk-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ services:

bloodhound:
container_name: redelk-bloodhound
image: specterops/bloodhound-neo4j
image: neo4j:4.2
networks:
- net
volumes:
- bloodhound_data:/var/lib/neo4j
- bloodhound_data:/data
ports:
- "7473:7473"
- "7687:7687"
Expand Down

0 comments on commit a4fe347

Please sign in to comment.