Skip to content

Commit

Permalink
Fix BH ports
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfed1 committed Dec 23, 2023
1 parent 5aa86e9 commit 2ca16b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elkserver/install-elkserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ if [ $DRYRUN == "no" ]; then
if [ ${WHATTOINSTALL} != "limited" ]; then
echo " - Jupyter notebooks on /jupyter (user: redelk, pass:$CREDS_redelk)" | tee -a $LOGFILE
echo " - Bloodhound community edition on https port 8443 (user: admin, pass:$BLOODHOUND_PASSWORD)" | tee -a $LOGFILE
echo " - Neo4J Browser port 7473 (user: neo4j, pass:$NEO4J_PASSWORD)" | tee -a $LOGFILE
echo " - Neo4J Browser port 7474 (user: neo4j, pass:$NEO4J_PASSWORD)" | tee -a $LOGFILE
echo " - Neo4J using the BloodHound app on port 7687 (user: neo4j, pass:$NEO4J_PASSWORD)" | tee -a $LOGFILE
fi
echo "" | tee -a $LOGFILE
Expand Down
4 changes: 2 additions & 2 deletions elkserver/redelk-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ services:
volumes:
- bloodhound_data:/data
ports:
- "${NEO4J_DB_PORT}:7474"
- "${NEO4J_WEB_PORT}:7687"
- "${NEO4J_WEB_PORT}:7474"
- "${NEO4J_DB_PORT}:7687"
environment:
- NEO4J_AUTH=${NEO4J_AUTH}
- NEO4J_dbms_memory_heap_initial__size=${NEO4J_dbms_memory_heap_initial__size}
Expand Down

0 comments on commit 2ca16b6

Please sign in to comment.