Skip to content

Commit

Permalink
Revert "Moved to neo4j official docker to fix #159"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcOverIP authored May 7, 2021
1 parent a4fe347 commit 64884fc
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: neo4j:4.2
image: specterops/bloodhound-neo4j
networks:
- net
volumes:
- bloodhound_data:/data
- bloodhound_data:/var/lib/neo4j
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: neo4j:4.2
image: specterops/bloodhound-neo4j
networks:
- net
volumes:
- bloodhound_data:/data
- bloodhound_data:/var/lib/neo4j
ports:
- "7473:7473"
- "7687:7687"
Expand Down

0 comments on commit 64884fc

Please sign in to comment.